Home
last modified time | relevance | path

Searched refs:BuildInfoSym (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp63 BuildInfoSym bis(SymbolRecordKind::BuildInfoSym); in ParseBuildInfo()
64 llvm::cantFail(SymbolDeserializer::deserializeAs<BuildInfoSym>(sym, bis)); in ParseBuildInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h909 class BuildInfoSym : public SymbolRecord {
911 explicit BuildInfoSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BuildInfoSym() function
912 explicit BuildInfoSym(uint32_t RecordOffset) in BuildInfoSym() function
913 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
H A DCodeViewSymbols.def241 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h196 Error visitKnownRecord(CVSymbol &Record, BuildInfoSym &BuildInfo) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
H A DSymbolDumper.cpp190 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp550 template <> void SymbolRecordImpl<BuildInfoSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp497 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp911 BuildInfoSym &BuildInfo) { in visitKnownRecord()