Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h922 class BPRelativeSym : public SymbolRecord {
924 explicit BPRelativeSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BPRelativeSym() function
925 explicit BPRelativeSym(uint32_t RecordOffset) in BPRelativeSym() function
926 : SymbolRecord(SymbolRecordKind::BPRelativeSym), in BPRelativeSym()
H A DCodeViewSymbols.def242 SYMBOL_RECORD(S_BPREL32 , 0x110b, BPRelativeSym)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h195 Error visitKnownRecord(CVSymbol &Record, BPRelativeSym &Local) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp115 BPRelativeSym &BPRel) { in visitKnownRecord()
H A DSymbolDumper.cpp182 BPRelativeSym &BPRel) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp554 template <> void SymbolRecordImpl<BPRelativeSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp489 BPRelativeSym &BPRel) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp806 BPRelativeSym &Local) { in visitKnownRecord()