#include <assembly_editor.h>
Public Attributes | |
| std::string | file |
| int | line = 0 |
| int | column = 0 |
Definition at line 35 of file assembly_editor.h.
| std::string yaze::editor::AsmSymbolLocation::file |
Definition at line 36 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::FindLabelInFile().
| int yaze::editor::AsmSymbolLocation::line = 0 |
Definition at line 37 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::FindLabelInFile().
| int yaze::editor::AsmSymbolLocation::column = 0 |
Definition at line 38 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::FindLabelInFile().