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