Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A 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
H A DCodeViewSymbols.def193 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp664 if (const MCSymbol *SectionSym = in emitValue() local
666 AP->emitLabelPlusOffset(SectionSym, Addr, in emitValue()
/freebsd/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()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1501 SectionSym sym(SymbolRecordKind::SectionSym); in addLinkerModuleSectionSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp334 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp461 SectionSym &Section) { in visitKnownRecord()