/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordHelpers.cpp | 40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeEndOffset() 71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeParentOffset()
|
D | RecordName.cpp | 271 // See Thunk32Sym in getSymbolNameOffset()
|
D | SymbolRecordMapping.cpp | 59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 135 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordHelpers.cpp | 40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeEndOffset() 71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeParentOffset()
|
D | RecordName.cpp | 269 // See Thunk32Sym in getSymbolNameOffset()
|
D | SymbolRecordMapping.cpp | 59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 135 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 227 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() 228 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentAndOffset() 259 return ::GetSegmentAndOffset<Thunk32Sym>(sym); in GetSegmentAndOffset() 309 SegmentOffsetLength GetSegmentOffsetAndLength<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentOffsetAndLength() 310 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentOffsetAndLength() 332 return ::GetSegmentOffsetAndLength<Thunk32Sym>(sym); in GetSegmentOffsetAndLength()
|
/external/swiftshader/third_party/llvm-10.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 | 192 SYMBOL_RECORD(S_THUNK32 , 0x1102, Thunk32Sym)
|
/external/llvm-project/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 | 192 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/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 104 void CVSymbolDumperImpl::visitThunk32Sym(SymbolKind Kind, Thunk32Sym &Thunk) { in visitThunk32Sym()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 302 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 279 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 1311 Thunk32Sym ts(SymbolRecordKind::Thunk32Sym); in addImportFilesToPDB()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | thunk.ll | 29 ; CHECK: Thunk32Sym { 44 ; CHECK: Thunk32Sym {
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 407 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-thunk.yaml | 2251 Thunk32Sym:
|