Home
last modified time | relevance | path

Searched refs:SYMBOL_RECORD (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def17 #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 DSymbolVisitorCallbacks.h38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
H A DSymbolRecordMapping.h32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
H A DSymbolVisitorCallbackPipeline.h60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
H A DSymbolSerializer.h66 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
H A DSymbolDeserializer.h75 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
H A DCodeView.h42 #define SYMBOL_RECORD(lf_ename, value, name) name = value, macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp41 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() macro
48 SYMBOL_RECORD(EnumVal, EnumVal, AliasName) in finishVisitation()
H A DSymbolDumper.cpp37 #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 DFormatUtil.cpp107 #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 DMinimalSymbolDumper.h42 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp642 #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 DLVCodeViewReader.cpp52 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in getSymbolKindName() macro