Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h435 class DefRangeSym : public SymbolRecord {
439 explicit DefRangeSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DefRangeSym() function
440 explicit DefRangeSym(uint32_t RecordOffset) in DefRangeSym() function
441 : SymbolRecord(SymbolRecordKind::DefRangeSym), in DefRangeSym()
H A DCodeViewSymbols.def218 SYMBOL_RECORD(S_DEFRANGE , 0x113f, DefRangeSym)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp296 DefRangeSym &DefRange) { in visitKnownRecord()
H A DSymbolDumper.cpp383 DefRangeSym &DefRange) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp374 template <> void SymbolRecordImpl<DefRangeSym>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp609 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DefRangeSym &Def) { in visitKnownRecord()