Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp98 auto ISMBuilder = createLocalIndirectStubsManagerBuilder(TT); in Create() local
99 if (!ISMBuilder) in Create()
106 std::move(CCMgr), std::move(ISMBuilder))); in Create()
127 std::function<std::unique_ptr<IndirectStubsManager>()> ISMBuilder) in LLLazyJIT() argument
130 CODLayer(*this->ES, TransformLayer, *this->CCMgr, std::move(ISMBuilder), in LLLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h131 std::function<std::unique_ptr<IndirectStubsManager>()> ISMBuilder);
134 std::function<std::unique_ptr<IndirectStubsManager>()> ISMBuilder; variable