Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h394 JITTargetAddress StubBase; member
406 JITTargetAddress StubBase; in reserveStubs() local
411 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; 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()