Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h106 class SectionSym : public SymbolRecord {
108 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() function
109 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym() function
H A DCodeViewSymbols.def193 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp661 if (const MCSymbol *SectionSym = in emitValue() local
663 AP->emitLabelPlusOffset(SectionSym, Addr, in emitValue()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp88 SectionSym &Section) { in visitKnownRecord()
H A DSymbolDumper.cpp156 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, SectionSym &Section) { in visitKnownRecord()
/src/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1493 SectionSym sym(SymbolRecordKind::SectionSym); in addLinkerModuleSectionSymbol()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp335 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map()
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp461 SectionSym &Section) { in visitKnownRecord()