Searched refs:StubInfos (Results 1 – 2 of 2) sorted by relevance
77 StringMap<StubInfo> StubInfos; member in __anonf460475d0111::EPCIndirectStubsManager153 StubInfos[SI.first()] = std::make_pair(A, SI.second.second); in createStubs()184 auto I = StubInfos.find(Name); in findStub()185 if (I == StubInfos.end()) in findStub()192 auto I = StubInfos.find(Name); in findPointer()193 if (I == StubInfos.end()) in findPointer()204 auto I = StubInfos.find(Name); in updatePointer()205 if (I == StubInfos.end()) in updatePointer()
835 using StubInfos = StringMap<StubID>; in linkAndVerify() typedef836 using StubContainers = StringMap<StubInfos>; in linkAndVerify()