Searched refs:Compile2Sym (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 694 class Compile2Sym : public SymbolRecord { 696 explicit Compile2Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Compile2Sym() function 697 Compile2Sym(uint32_t RecordOffset) in Compile2Sym() function 698 : SymbolRecord(SymbolRecordKind::Compile2Sym), in Compile2Sym()
|
D | CodeViewSymbols.def | 228 SYMBOL_RECORD(S_COMPILE2 , 0x1116, Compile2Sym)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 1046 class Compile2Sym : public SymbolRecord { 1062 Compile2Sym(uint32_t RecordOffset, const Hdr *H, StringRef Version) in Compile2Sym() function 1063 : SymbolRecord(SymbolRecordKind::Compile2Sym), RecordOffset(RecordOffset), in Compile2Sym() 1066 static ErrorOr<Compile2Sym> deserialize(SymbolRecordKind Kind, in deserialize() 1073 return Compile2Sym(RecordOffset, H, Version); in deserialize()
|
D | CVSymbolTypes.def | 226 SYMBOL_RECORD(S_COMPILE2 , 0x1116, Compile2Sym)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 176 Compile2Sym &Compile2) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 234 Compile2Sym &Compile2) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 213 Compile2Sym &Compile2) { in visitCompile2Sym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 443 template <> void SymbolRecordImpl<Compile2Sym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 481 Compile2Sym &Compile2) { in visitKnownRecord()
|