Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp233 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
234 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentAndOffset()
265 return ::GetSegmentAndOffset<CoffGroupSym>(sym); in GetSegmentAndOffset()
316 GetSegmentOffsetAndLength<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentOffsetAndLength()
317 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentOffsetAndLength()
338 return ::GetSegmentOffsetAndLength<CoffGroupSym>(sym); in GetSegmentOffsetAndLength()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h124 class CoffGroupSym : public SymbolRecord {
126 explicit CoffGroupSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CoffGroupSym() function
127 CoffGroupSym(SymbolRecordKind Kind, uint32_t RecordOffset) in CoffGroupSym() function
DCodeViewSymbols.def195 SYMBOL_RECORD(S_COFFGROUP , 0x1137, CoffGroupSym)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp103 CoffGroupSym &CoffGroup) { in visitKnownRecord()
DSymbolDumper.cpp172 CoffGroupSym &CoffGroup) { in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp1444 CoffGroupSym cgs(SymbolRecordKind::CoffGroupSym); in addLinkerModuleCoffGroup()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp330 template <> void SymbolRecordImpl<CoffGroupSym>::map(IO &IO) { in map()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp448 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, CoffGroupSym &CG) { in visitKnownRecord()