Searched refs:SectionSym (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdb-yaml-symbols.test | 116 YAML: SectionSym: 131 YAML: SectionSym: 160 YAML: SectionSym: 175 YAML: SectionSym:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 107 class SectionSym : public SymbolRecord { 109 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() function 110 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym() function
|
D | CodeViewSymbols.def | 196 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 152 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()
|
D | CVSymbolTypes.def | 194 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 629 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/ |
D | ELFWriter.cpp | 712 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/ |
D | SymbolRecordMapping.cpp | 89 SectionSym &Section) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 154 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, SectionSym &Section) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 126 void CVSymbolDumperImpl::visitSectionSym(SymbolKind Kind, SectionSym &Section) { in visitSectionSym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 299 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 394 SectionSym &Section) { in visitKnownRecord()
|