Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h50 RemoteIndirectStubSize(std::move(Other.RemoteIndirectStubSize)), in OrcRemoteTargetClient()
694 RemoteTrampolineSize, RemoteIndirectStubSize) = *RIOrErr; in OrcRemoteTargetClient()
732 uint32_t getIndirectStubSize() const { return RemoteIndirectStubSize; } in getIndirectStubSize()
815 uint32_t RemoteIndirectStubSize = 0; variable