Searched refs:StubInfos (Results 1 – 6 of 6) sorted by relevance
77 StringMap<StubInfo> StubInfos; member in __anon0e890b430111::TPCIndirectStubsManager155 StubInfos[SI.first()] = std::make_pair(A, SI.second.second); in createStubs()186 auto I = StubInfos.find(Name); in findStub()187 if (I == StubInfos.end()) in findStub()194 auto I = StubInfos.find(Name); in findPointer()195 if (I == StubInfos.end()) in findPointer()206 auto I = StubInfos.find(Name); in updatePointer()207 if (I == StubInfos.end()) in updatePointer()
132 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
131 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
131 StringMap<MemoryRegionInfo> StubInfos; member
183 for (auto &StubKV : FI.StubInfos) in operator <<()937 auto StubInfoItr = FI->StubInfos.find(TargetName); in findStubInfo()938 if (StubInfoItr == FI->StubInfos.end()) in findStubInfo()
784 using StubInfos = StringMap<StubID>; in linkAndVerify() typedef785 using StubContainers = StringMap<StubInfos>; in linkAndVerify()