Searched refs:Thunk32Sym (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 70 class Thunk32Sym : public SymbolRecord { 72 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym() function 73 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() function
|
D | CodeViewSymbols.def | 194 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 85 class Thunk32Sym : public SymbolRecord { 99 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in Thunk32Sym() function 104 static ErrorOr<Thunk32Sym> deserialize(SymbolRecordKind Kind, in deserialize() 113 return Thunk32Sym(Kind, RecordOffset, H, Name, VariantData); in deserialize()
|
D | CVSymbolTypes.def | 192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 60 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 131 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 104 void CVSymbolDumperImpl::visitThunk32Sym(SymbolKind Kind, Thunk32Sym &Thunk) { in visitThunk32Sym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 280 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | thunk.ll | 29 ; CHECK: Thunk32Sym { 44 ; CHECK: Thunk32Sym {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 370 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|