/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolTypes.def | 18 #ifndef SYMBOL_RECORD 19 #define SYMBOL_RECORD(lf_ename, value, name) CV_SYMBOL(lf_ename, value) 24 SYMBOL_RECORD(lf_ename, value, name) 188 SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym) 192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym) 193 SYMBOL_RECORD(S_TRAMPOLINE , 0x112c, TrampolineSym) 194 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym) 195 SYMBOL_RECORD(S_COFFGROUP , 0x1137, CoffGroupSym) 196 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym) 198 SYMBOL_RECORD(S_LPROC32 , 0x110f, ProcSym) [all …]
|
D | CVSymbolVisitor.h | 44 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro 58 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in visitSymbolRecord() macro 68 SYMBOL_RECORD(EnumVal, EnumVal, AliasName) in visitSymbolRecord()
|
D | CodeView.h | 38 #define SYMBOL_RECORD(lf_ename, value, name) name = value, macro
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
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) 188 SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym) 192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym) 193 SYMBOL_RECORD(S_TRAMPOLINE , 0x112c, TrampolineSym) 194 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym) 195 SYMBOL_RECORD(S_COFFGROUP , 0x1137, CoffGroupSym) 196 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym) 198 SYMBOL_RECORD(S_LPROC32 , 0x110f, ProcSym) [all …]
|
D | SymbolVisitorCallbacks.h | 38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolRecordMapping.h | 32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolVisitorCallbackPipeline.h | 60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolSerializer.h | 66 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolDeserializer.h | 75 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | CodeView.h | 41 #define SYMBOL_RECORD(lf_ename, value, name) name = value, macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
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) 188 SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym) 192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym) 193 SYMBOL_RECORD(S_TRAMPOLINE , 0x112c, TrampolineSym) 194 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym) 195 SYMBOL_RECORD(S_COFFGROUP , 0x1137, CoffGroupSym) 196 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym) 198 SYMBOL_RECORD(S_LPROC32 , 0x110f, ProcSym) [all …]
|
D | SymbolVisitorCallbacks.h | 38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolRecordMapping.h | 32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolVisitorCallbackPipeline.h | 60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolSerializer.h | 66 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | SymbolDeserializer.h | 75 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | CodeView.h | 41 #define SYMBOL_RECORD(lf_ename, value, name) name = value, macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | CVSymbolVisitor.cpp | 37 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() macro 44 SYMBOL_RECORD(EnumVal, EnumVal, AliasName) in finishVisitation()
|
D | SymbolDumper.cpp | 39 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro 70 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in getSymbolKindName() macro
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | CVSymbolVisitor.cpp | 37 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() macro 44 SYMBOL_RECORD(EnumVal, EnumVal, AliasName) in finishVisitation()
|
D | SymbolDumper.cpp | 39 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro 70 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in getSymbolKindName() macro
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.h | 42 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
|
D | FormatUtil.cpp | 150 #define SYMBOL_RECORD(EnumName, value, name) \ in formatSymbolKind() macro 153 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 618 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() macro 622 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewSymbol() 647 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() macro 653 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 595 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() macro 599 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewSymbol() 624 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() macro 630 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in mapping()
|