Home
last modified time | relevance | path

Searched refs:Thunks (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-thunk.cpp129 struct Thunks : Base1, Base2 { struct
136 X Thunks::f() { return X(); } in f()
H A Dthunks.cpp200 struct Thunks : Base1, Base2 { struct
211 X Thunks::f() { return X(); } in f()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp883 ThunksMapTy Thunks; member in __anon702cc0260111::ItaniumVTableBuilder
1017 return Thunks.size(); in getNumThunks()
1021 return Thunks.begin(); in thunks_begin()
1025 return Thunks.end(); in thunks_end()
2104 if (!Thunks.empty()) { in dumpLayout()
2108 for (const auto &I : Thunks) { in dumpLayout()
2121 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2494 ThunksMapTy Thunks; member in __anon702cc0260611::VFTableBuilder
3220 if (!Thunks.empty()) { in dumpLayout()
3224 for (const auto &I : Thunks) { in dumpLayout()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h333 ThunksMapTy Thunks; variable
348 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
349 if (I == Thunks.end()) { in getThunkInfo()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DO0-pipeline.ll73 ; CHECK-NEXT: X86 Indirect Thunks
74 ; CHECK-NEXT: X86 Return Thunks
H A Dopt-pipeline.ll206 ; CHECK-NEXT: X86 Indirect Thunks
207 ; CHECK-NEXT: X86 Return Thunks
/llvm-project-15.0.7/lld/ELF/
H A DCMakeLists.txt46 Thunks.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn62 "Thunks.cpp",
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp185 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) in dump()
H A Dllvm-pdbutil.h71 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
H A Dllvm-pdbutil.cpp233 clEnumValN(SymLevel::Thunks, "thunks", "Display thunk symbols"),
1291 if (shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) { in dumpPretty()
1292 if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) { in dumpPretty() local
1294 while (auto Thunk = Thunks->getNext()) in dumpPretty()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO0-pipeline.ll58 ; CHECK-NEXT: AArch64 Indirect Thunks
H A DO3-pipeline.ll200 ; CHECK-NEXT: AArch64 Indirect Thunks
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DO3-pipeline.ll170 ; CHECK-NEXT: ARM Indirect Thunks