Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp64 BuildInfoSym bis(SymbolRecordKind::BuildInfoSym); in ParseBuildInfo()
65 llvm::cantFail(SymbolDeserializer::deserializeAs<BuildInfoSym>(sym, bis)); in ParseBuildInfo()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h871 class BuildInfoSym : public SymbolRecord {
873 explicit BuildInfoSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BuildInfoSym() function
874 BuildInfoSym(uint32_t RecordOffset) in BuildInfoSym() function
875 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
H A DCodeViewSymbols.def242 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp126 BuildInfoSym &BuildInfo) { in visitKnownRecord()
H A DSymbolDumper.cpp193 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp516 template <> void SymbolRecordImpl<BuildInfoSym>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp438 BuildInfoSym &BuildInfo) { in visitKnownRecord()