Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h630 unsigned NewBlockId = RemoteIndirectStubsInfos.size(); in reserveStubs()
631 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
648 assert(RemoteIndirectStubsInfos[K.first].StubBase != 0 && in getStubAddr()
650 return RemoteIndirectStubsInfos[K.first].StubBase + in getStubAddr()
655 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
657 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
663 std::vector<RemoteIndirectStubsInfo> RemoteIndirectStubsInfos; variable