Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h98 IndirectStubsMgr(IndirectStubsMgrBuilder()), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
135 IndirectStubsMgr->createStub(StubName, Addr, JITSymbolFlags::Exported); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
139 IndirectStubsMgr->updatePointer(Name, Addr); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
235 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
271 std::unique_ptr<orc::IndirectStubsManager> IndirectStubsMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local