Classes | |
| struct | AssembleOptions |
| class | Assembler |
| struct | AssembleResult |
| struct | Define |
| struct | Diagnostic |
| struct | Hook |
| struct | Label |
| struct | LintOptions |
| struct | LintResult |
| struct | MemoryRange |
| struct | SourceFile |
| struct | SourceMap |
| struct | SourceMapEntry |
| struct | WrittenBlock |
Enumerations | |
| enum class | DiagnosticSeverity { kError , kWarning } |
Functions | |
| LintResult | RunLint (const AssembleResult &result, const LintOptions &options) |
| std::string | DiagnosticsListToJson (const std::vector< Diagnostic > &diagnostics, bool success) |
| std::string | HooksToJson (const AssembleResult &result, const std::string &rom_path) |
| std::string | AnnotationsToJson (const AssembleResult &result) |
| std::string | SourceMapToJson (const SourceMap &map) |
| std::string | SymbolsToMlb (const std::vector< Label > &labels) |
|
strong |
| Enumerator | |
|---|---|
| kError | |
| kWarning | |
Definition at line 18 of file z3dk_wrapper.cc.
| LintResult z3dk::RunLint | ( | const AssembleResult & | result, |
| const LintOptions & | options ) |
Referenced by yaze::core::Z3dkWrapper::Assemble(), and yaze::core::Z3dkWrapper::RunLintOnLastResult().
| std::string z3dk::DiagnosticsListToJson | ( | const std::vector< Diagnostic > & | diagnostics, |
| bool | success ) |
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::HooksToJson | ( | const AssembleResult & | result, |
| const std::string & | rom_path ) |
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::AnnotationsToJson | ( | const AssembleResult & | result | ) |
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::SourceMapToJson | ( | const SourceMap & | map | ) |
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::SymbolsToMlb | ( | const std::vector< Label > & | labels | ) |
Referenced by yaze::core::Z3dkWrapper::Assemble().