Home
last modified time | relevance | path

Searched defs: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
127 std::function<std::unique_ptr<IndirectStubsManager>()> ISMBuilder) in LLLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h134 std::function<std::unique_ptr<IndirectStubsManager>()> ISMBuilder; variable