Searched refs:IndirectStubsInfos (Results 1 – 2 of 2) sorted by relevance
268 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub()283 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer()294 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in updatePointer()305 unsigned NewBlockId = IndirectStubsInfos.size(); in reserveStubs()312 IndirectStubsInfos.push_back(std::move(ISI)); in reserveStubs()320 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in createStubInternal()325 std::vector<typename TargetT::IndirectStubsInfo> IndirectStubsInfos; variable
234 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub()249 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer()260 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in updatePointer()271 unsigned NewBlockId = IndirectStubsInfos.size(); in reserveStubs()278 IndirectStubsInfos.push_back(std::move(ISI)); in reserveStubs()286 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in createStubInternal()291 std::vector<typename TargetT::IndirectStubsInfo> IndirectStubsInfos; variable