Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
H A DLLJITWithTargetProcessControl.cpp155 auto ISM = TPCIU->createIndirectStubsManager(); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h111 std::unique_ptr<IndirectStubsManager> createIndirectStubsManager();
H A DOrcRemoteTargetClient.h774 createIndirectStubsManager() { in createIndirectStubsManager() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h75 [this] { return this->TPCIU->createIndirectStubsManager(); }),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp314 TPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager() function in llvm::orc::TPCIndirectionUtils