Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp882 ThunksMapTy Thunks; member in __anon6f3b34010111::ItaniumVTableBuilder
1016 return Thunks.size(); in getNumThunks()
1020 return Thunks.begin(); in thunks_begin()
1024 return Thunks.end(); in thunks_end()
1070 SmallVectorImpl<ThunkInfo> &ThunksVector = Thunks[MD]; in AddThunk()
2104 if (!Thunks.empty()) { in dumpLayout()
2108 for (const auto &I : Thunks) { in dumpLayout()
2121 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2339 Thunks.insert(Builder.thunks_begin(), Builder.thunks_end()); in computeVTableRelatedInformation()
2494 ThunksMapTy Thunks; member in __anon6f3b34010611::VFTableBuilder
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn62 "Thunks.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) in dump()
H A Dllvm-pdbutil.h68 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
H A Dllvm-pdbutil.cpp229 clEnumValN(SymLevel::Thunks, "thunks", "Display thunk symbols"),
1265 if (shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) { in dumpPretty()
1266 if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) { in dumpPretty() local
1268 while (auto Thunk = Thunks->getNext()) in dumpPretty()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19962252 * method.c (make_thunk): Thunks are static.
H A DChangeLog-2002439 * method.c (make_thunk): Thunks are not inline.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201624362 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
25590 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
28601 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
H A DChangeLog-201122552 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
26408 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
26422 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
H A DChangeLog-200232734 (alpha_does_function_need_gp): Thunks always need gp.