Searched full:buildinfosym (Results 1 – 25 of 33) sorted by relevance
12
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | CompileUnitIndex.cpp | 63 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/ |
D | SymbolRecord.h | 870 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()
|
D | CodeViewSymbols.def | 240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 877 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()
|
D | CodeViewSymbols.def | 240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 1269 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()
|
D | CVSymbolTypes.def | 240 SYMBOL_RECORD(S_BUILDINFO , 0x114c, BuildInfoSym)
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-type-server-simple-b.yaml | 90 BuildInfoSym:
|
D | pdb_lines_2.yaml | 86 BuildInfoSym:
|
D | pdb2.yaml | 82 BuildInfoSym:
|
D | pdb-type-server-simple-a.yaml | 102 BuildInfoSym:
|
D | pdb1.yaml | 78 BuildInfoSym:
|
D | pdb-scopes-b.yaml | 138 BuildInfoSym:
|
D | pdb-scopes-a.yaml | 178 BuildInfoSym:
|
D | pdb_comdat_main.yaml | 108 BuildInfoSym:
|
D | pdb_comdat_bar.yaml | 100 BuildInfoSym:
|
D | pdb_lines_1.yaml | 98 BuildInfoSym:
|
D | pdb-globals.yaml | 448 BuildInfoSym:
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdb-yaml-symbols.test | 74 YAML: BuildInfoSym:
|
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
D | object.test | 156 BuildInfoSym:
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-symbol-types.yaml | 146 BuildInfoSym:
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 192 BuildInfoSym &BuildInfo) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 125 BuildInfoSym &BuildInfo) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 162 BuildInfoSym &BuildInfo) { in visitBuildInfoSym()
|
12