Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h457 class DefRangeSym : public SymbolRecord {
461 explicit DefRangeSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DefRangeSym() function
462 explicit DefRangeSym(uint32_t RecordOffset) in DefRangeSym() function
463 : SymbolRecord(SymbolRecordKind::DefRangeSym), in DefRangeSym()
H A DCodeViewSymbols.def215 SYMBOL_RECORD(S_DEFRANGE , 0x113f, DefRangeSym)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h216 Error visitKnownRecord(CVSymbol &Record, DefRangeSym &DefRange) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp295 DefRangeSym &DefRange) { in visitKnownRecord()
H A DSymbolDumper.cpp380 DefRangeSym &DefRange) { in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp410 template <> void SymbolRecordImpl<DefRangeSym>::map(IO &IO) { in map()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp664 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DefRangeSym &Def) { in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1266 DefRangeSym &DefRange) { in visitKnownRecord()