Searched refs:Thunks (Results 1 – 14 of 14) sorted by relevance
129 struct Thunks : Base1, Base2 { struct136 X Thunks::f() { return X(); } in f()
200 struct Thunks : Base1, Base2 { struct211 X Thunks::f() { return X(); } in f()
883 ThunksMapTy Thunks; member in __anon702cc0260111::ItaniumVTableBuilder1017 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::VFTableBuilder3220 if (!Thunks.empty()) { in dumpLayout()3224 for (const auto &I : Thunks) { in dumpLayout()[all …]
333 ThunksMapTy Thunks; variable348 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()349 if (I == Thunks.end()) { in getThunkInfo()
73 ; CHECK-NEXT: X86 Indirect Thunks74 ; CHECK-NEXT: X86 Return Thunks
206 ; CHECK-NEXT: X86 Indirect Thunks207 ; CHECK-NEXT: X86 Return Thunks
46 Thunks.cpp
62 "Thunks.cpp",
185 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) in dump()
71 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
233 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() local1294 while (auto Thunk = Thunks->getNext()) in dumpPretty()
58 ; CHECK-NEXT: AArch64 Indirect Thunks
200 ; CHECK-NEXT: AArch64 Indirect Thunks
170 ; CHECK-NEXT: ARM Indirect Thunks