Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h602 RemoteTrampolineSize, RemoteIndirectStubSize) = *RIOrErr; in OrcRemoteTargetClient()
637 uint32_t getIndirectStubSize() const { return RemoteIndirectStubSize; } in getIndirectStubSize()
692 uint32_t RemoteIndirectStubSize = 0; variable