Searched refs:RemoteIndirectStubsInfos (Results 1 – 1 of 1) sorted by relevance
510 std::vector<RemoteIndirectStubsInfo> RemoteIndirectStubsInfos; variable529 unsigned NewBlockId = RemoteIndirectStubsInfos.size(); in reserveStubs()530 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()547 assert(RemoteIndirectStubsInfos[K.first].StubBase != 0 && in getStubAddr()549 return RemoteIndirectStubsInfos[K.first].StubBase + in getStubAddr()554 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()556 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()