Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h877 class BuildInfoSym : public SymbolRecord {
879 explicit BuildInfoSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BuildInfoSym() function
880 explicit BuildInfoSym(uint32_t RecordOffset) in BuildInfoSym() function
881 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
H A DCodeViewSymbols.def240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-type-server-guid-collision-a.yaml60 BuildInfoSym:
H A Dpdb-type-server-guid-collision-b.yaml60 BuildInfoSym:
H A Dpdb-type-server-simple-b.yaml90 BuildInfoSym:
H A Dpdb2.yaml82 BuildInfoSym:
H A Dpdb_lines_2.yaml86 BuildInfoSym:
H A Dpdb-type-server-simple-a.yaml102 BuildInfoSym:
H A Dpdb1.yaml78 BuildInfoSym:
H A Dpdb_lines_2_relative.yaml90 BuildInfoSym:
H A Dpdb-scopes-b.yaml138 BuildInfoSym:
H A Dpdb-scopes-a.yaml178 BuildInfoSym:
H A Dpdb_comdat_bar.yaml100 BuildInfoSym:
H A Dpdb_comdat_main.yaml108 BuildInfoSym:
H A Dpdb_lines_1.yaml98 BuildInfoSym:
H A Dpdb_lines_1_relative.yaml118 BuildInfoSym:
H A Dpdb-globals.yaml448 BuildInfoSym:
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test156 BuildInfoSym:
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdb-yaml-symbols.test74 YAML: BuildInfoSym:
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-symbol-types.yaml146 BuildInfoSym:
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
H A DSymbolDumper.cpp190 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp539 template <> void SymbolRecordImpl<BuildInfoSym>::map(IO &IO) { in map()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp473 BuildInfoSym &BuildInfo) { in visitKnownRecord()

12