Home
last modified time | relevance | path

Searched refs:SectionSym (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdb-yaml-symbols.test116 YAML: SectionSym:
131 YAML: SectionSym:
160 YAML: SectionSym:
175 YAML: SectionSym:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h107 class SectionSym : public SymbolRecord {
109 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() function
110 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym() function
DCodeViewSymbols.def196 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h152 class SectionSym : public SymbolRecord {
164 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in SectionSym() function
169 static ErrorOr<SectionSym> deserialize(SymbolRecordKind Kind, in deserialize()
177 return SectionSym(Kind, RecordOffset, H, Name); in deserialize()
DCVSymbolTypes.def194 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp629 if (const MCSymbol *SectionSym = in EmitValue() local
631 AP->EmitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true); in EmitValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp712 ELFSym *SectionSym = ELFSym::getSectionSym(); in doFinalization() local
713 SectionSym->SectionIdx = ES.SectionIdx; in doFinalization()
714 SymbolList.push_back(SectionSym); in doFinalization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp89 SectionSym &Section) { in visitKnownRecord()
DSymbolDumper.cpp154 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, SectionSym &Section) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp126 void CVSymbolDumperImpl::visitSectionSym(SymbolKind Kind, SectionSym &Section) { in visitSectionSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp299 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp394 SectionSym &Section) { in visitKnownRecord()