Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.def196 SYMBOL_RECORD(S_SECTION , 0x1136, SectionSym)
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp632 if (const MCSymbol *SectionSym = in EmitValue() local
634 AP->EmitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true); in EmitValue()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp89 SectionSym &Section) { in visitKnownRecord()
H A DSymbolDumper.cpp159 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, SectionSym &Section) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1527 SectionSym Sym(SymbolRecordKind::SectionSym); in addLinkerModuleSectionSymbol()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp299 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp402 SectionSym &Section) { in visitKnownRecord()