Home
last modified time | relevance | path

Searched full:buildinfosym (Results 1 – 25 of 33) sorted by relevance

12

/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()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h897 class BuildInfoSym : public SymbolRecord {
899 explicit BuildInfoSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BuildInfoSym() function
900 explicit BuildInfoSym(uint32_t RecordOffset) in BuildInfoSym() function
901 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
H A DCodeViewSymbols.def241 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-type-server-corrupted-b.yaml90 BuildInfoSym:
H A Dpdb-type-server-guid-collision-a.yaml60 BuildInfoSym:
H A Dpdb-type-server-simple-b.yaml90 BuildInfoSym:
H A Dpdb-type-server-guid-collision-b.yaml60 BuildInfoSym:
H A Dpdb2.yaml82 BuildInfoSym:
H A Dpdb-type-server-corrupted-a.yaml102 BuildInfoSym:
H A Dpdb-type-server-simple-a.yaml102 BuildInfoSym:
H A Dpdb_lines_2.yaml86 BuildInfoSym:
H A Dpdb1.yaml78 BuildInfoSym:
H A Dpdb_lines_2_relative.yaml90 BuildInfoSym:
H A Dpdb-scopes-b.yaml138 BuildInfoSym:
H A Dpdb_comdat_main.yaml108 BuildInfoSym:
H A Dpdb-scopes-a.yaml178 BuildInfoSym:
H A Dpdb_comdat_bar.yaml100 BuildInfoSym:
H A Dpdb_lines_1.yaml98 BuildInfoSym:
H A Dpdb_lines_1_relative.yaml118 BuildInfoSym:
H A Dpdb-globals.yaml448 BuildInfoSym:
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdb-yaml-symbols.test74 YAML: BuildInfoSym:
/llvm-project/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test156 BuildInfoSym:
/llvm-project/lld/test/COFF/
H A Dpdb-symbol-types.yaml146 BuildInfoSym:
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h196 Error visitKnownRecord(CVSymbol &Record, BuildInfoSym &BuildInfo) override;
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp125 BuildInfoSym &BuildInfo) { in visitKnownRecord()

12