Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp63 BuildInfoSym bis(SymbolRecordKind::BuildInfoSym); in ParseBuildInfo()
64 llvm::cantFail(SymbolDeserializer::deserializeAs<BuildInfoSym>(sym, bis)); in ParseBuildInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h870 class BuildInfoSym : public SymbolRecord {
872 explicit BuildInfoSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in BuildInfoSym() function
873 explicit BuildInfoSym(uint32_t RecordOffset) in BuildInfoSym() function
874 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
DCodeViewSymbols.def240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
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()
DCodeViewSymbols.def240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1269 class BuildInfoSym : public SymbolRecord {
1275 BuildInfoSym(uint32_t RecordOffset, const Hdr *H) in BuildInfoSym() function
1276 : SymbolRecord(SymbolRecordKind::BuildInfoSym), in BuildInfoSym()
1279 static ErrorOr<BuildInfoSym> deserialize(SymbolRecordKind Kind, in deserialize()
1285 return BuildInfoSym(RecordOffset, H); in deserialize()
DCVSymbolTypes.def240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-type-server-simple-b.yaml90 BuildInfoSym:
Dpdb_lines_2.yaml86 BuildInfoSym:
Dpdb2.yaml82 BuildInfoSym:
Dpdb-type-server-simple-a.yaml102 BuildInfoSym:
Dpdb1.yaml78 BuildInfoSym:
Dpdb-scopes-b.yaml138 BuildInfoSym:
Dpdb-scopes-a.yaml178 BuildInfoSym:
Dpdb_comdat_main.yaml108 BuildInfoSym:
Dpdb_comdat_bar.yaml100 BuildInfoSym:
Dpdb_lines_1.yaml98 BuildInfoSym:
Dpdb-globals.yaml448 BuildInfoSym:
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdb-yaml-symbols.test74 YAML: BuildInfoSym:
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test156 BuildInfoSym:
/external/llvm-project/lld/test/COFF/
Dpdb-symbol-types.yaml146 BuildInfoSym:
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
DSymbolDumper.cpp192 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp162 BuildInfoSym &BuildInfo) { in visitBuildInfoSym()

12