Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h415 unsigned NewBlockId = RemoteIndirectStubsInfos.size(); in reserveStubs()
416 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
433 assert(RemoteIndirectStubsInfos[K.first].StubBase != 0 && in getStubAddr()
435 return RemoteIndirectStubsInfos[K.first].StubBase + in getStubAddr()
440 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
442 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
448 std::vector<RemoteIndirectStubsInfo> RemoteIndirectStubsInfos; variable