Home
last modified time | relevance | path

Searched refs:Thunk32Sym (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h70 class Thunk32Sym : public SymbolRecord {
72 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym() function
73 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() function
DCodeViewSymbols.def194 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym)
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h85 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()
DCVSymbolTypes.def192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp60 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
DSymbolDumper.cpp131 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp104 void CVSymbolDumperImpl::visitThunk32Sym(SymbolKind Kind, Thunk32Sym &Thunk) { in visitThunk32Sym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp280 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dthunk.ll29 ; CHECK: Thunk32Sym {
44 ; CHECK: Thunk32Sym {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp370 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()