Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dthunks.cpp166 struct Thunks : Base1, Base2 { struct
176 X Thunks::f() { return X(); } in f()
/external/clang/lib/AST/
DVTableBuilder.cpp874 ThunksMapTy Thunks; member in __anon248cc0a10111::ItaniumVTableBuilder
1004 return Thunks.size(); in getNumThunks()
1008 return Thunks.begin(); in thunks_begin()
1012 return Thunks.end(); in thunks_end()
1070 SmallVectorImpl<ThunkInfo> &ThunksVector = Thunks[MD]; in AddThunk()
2098 if (!Thunks.empty()) { in dumpLayout()
2102 for (const auto &I : Thunks) { in dumpLayout()
2115 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2311 Thunks.insert(Builder.thunks_begin(), Builder.thunks_end()); in computeVTableRelatedInformation()
2467 ThunksMapTy Thunks; member in __anon248cc0a10511::VFTableBuilder
[all …]
/external/clang/include/clang/AST/
DVTableBuilder.h307 ThunksMapTy Thunks; variable
322 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
323 if (I == Thunks.end()) { in getThunkInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DO0-pipeline.ll63 ; CHECK-NEXT: X86 Retpoline Thunks
DO3-pipeline.ll162 ; CHECK-NEXT: X86 Retpoline Thunks
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) in dump()
Dllvm-pdbutil.h69 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
Dllvm-pdbutil.cpp189 clEnumValN(SymLevel::Thunks, "thunks", "Display thunk symbols"),
1133 if (shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) { in dumpPretty()
1134 if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) { in dumpPretty() local
1136 while (auto Thunk = Thunks->getNext()) in dumpPretty()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp489 auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>(); in dumpPretty() local
491 while (auto Thunk = Thunks->getNext()) in dumpPretty()