Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp156 auto ISM = EPCIU->createIndirectStubsManager(); in main()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h73 [this] { return this->EPCIU->createIndirectStubsManager(); }),
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h111 std::unique_ptr<IndirectStubsManager> createIndirectStubsManager();
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp323 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager() function in llvm::orc::EPCIndirectionUtils