Searched refs:IndirectStubsMgr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 70 std::unique_ptr<IndirectStubsManager> IndirectStubsMgr; variable 94 IndirectStubsMgr = IndirectStubsMgrBuilder(); 108 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule() 144 if (auto Err = IndirectStubsMgr->createStub(mangle(FnAST->getName()), in addFunctionAST() 177 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 76 std::unique_ptr<IndirectStubsManager> IndirectStubsMgr; variable 110 IndirectStubsMgr = std::move(ISM); 124 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule() 172 if (auto Err = IndirectStubsMgr->createStub(mangle(FnAST->getName()), in addFunctionAST() 205 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 85 : DL(TM.createDataLayout()), IndirectStubsMgr(IndirectStubsMgrBuilder()), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 129 IndirectStubsMgr->createStub(StubName, Addr, JITSymbolFlags::Exported)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 134 return mapError(IndirectStubsMgr->updatePointer(Name, Addr)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 226 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 270 std::unique_ptr<orc::IndirectStubsManager> IndirectStubsMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
|