Searched refs:Thunks (Results 1 – 6 of 6) sorted by relevance
888 ThunksMapTy Thunks; member in __anon0cfdcd2c0111::ItaniumVTableBuilder1022 return Thunks.size(); in getNumThunks()1026 return Thunks.begin(); in thunks_begin()1030 return Thunks.end(); in thunks_end()2110 if (!Thunks.empty()) { in dumpLayout()2114 for (const auto &I : Thunks) { in dumpLayout()2126 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()2498 ThunksMapTy Thunks; member in __anon0cfdcd2c0611::VFTableBuilder3224 if (!Thunks.empty()) { in dumpLayout()3228 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()
76 SRCS+= ELF/Thunks.cpp
186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) in dump()
69 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
231 clEnumValN(SymLevel::Thunks, "thunks", "Display thunk symbols"),1289 if (shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) { in dumpPretty()1290 if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) { in dumpPretty() local1292 while (auto Thunk = Thunks->getNext()) in dumpPretty()