Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
DLLJITWithTargetProcessControl.cpp155 auto ISM = TPCIU->createIndirectStubsManager(); in main()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h111 std::unique_ptr<IndirectStubsManager> createIndirectStubsManager();
DOrcRemoteTargetClient.h773 createIndirectStubsManager() { in createIndirectStubsManager() function
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h75 [this] { return this->TPCIU->createIndirectStubsManager(); }),
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h105 if (auto Err = Remote.createIndirectStubsManager(ISM)) {
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp314 TPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager() function in llvm::orc::TPCIndirectionUtils
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h552 createIndirectStubsManager() { in createIndirectStubsManager() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h648 Error createIndirectStubsManager(std::unique_ptr<RCIndirectStubsManager> &I) { in createIndirectStubsManager() function