Home
last modified time | relevance | path

Searched refs:RemoteIndirectStubsInfos (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h510 std::vector<RemoteIndirectStubsInfo> RemoteIndirectStubsInfos; variable
529 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()