/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewSymbols.def | 17 #ifndef SYMBOL_RECORD 18 #define SYMBOL_RECORD(lf_ename, value, name) CV_SYMBOL(lf_ename, value) 23 SYMBOL_RECORD(lf_ename, value, name) 187 SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym) 191 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym) 192 SYMBOL_RECORD(S_TRAMPOLINE , 0x112c, TrampolineSym) 193 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym) 194 SYMBOL_RECORD(S_COFFGROUP , 0x1137, CoffGroupSym) 195 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym) 197 SYMBOL_RECORD(S_LPROC3 [all...] |
H A D | SymbolVisitorCallbacks.h | 38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | SymbolRecordMapping.h | 32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | SymbolVisitorCallbackPipeline.h | 60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | SymbolSerializer.h | 66 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | SymbolDeserializer.h | 75 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | CodeView.h | 42 #define SYMBOL_RECORD(lf_ename, value, name) name = value, macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CVSymbolVisitor.cpp | 41 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() macro 48 SYMBOL_RECORD(EnumVal, EnumVal, AliasName) in finishVisitation()
|
H A D | SymbolDumper.cpp | 37 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro 68 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in getSymbolKindName() macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 107 #define SYMBOL_RECORD(EnumName, value, name) \ in formatSymbolKind() 110 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind() 106 #define SYMBOL_RECORD( formatSymbolKind() macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.h | 42 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 642 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() macro 646 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewSymbol() 671 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() macro 677 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in mapping()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 52 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in getSymbolKindName() macro
|