Home
last modified time | relevance | path

Searched defs:ISMBuilder (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp66 auto ISMBuilder = Create() local
109 SpeculativeJIT(std::unique_ptr<ExecutionSession> ES,DataLayout DL,orc::JITTargetMachineBuilder JTMB,std::unique_ptr<LazyCallThroughManager> LCTMgr,IndirectStubsManagerBuilderFunction ISMBuilder,std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator) SpeculativeJIT() argument
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp116 auto ISMBuilder = in main() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h524 IndirectStubsManagerBuilderFunction ISMBuilder; global() variable
556 setIndirectStubsManagerBuilder(LLLazyJITBuilderState::IndirectStubsManagerBuilderFunction ISMBuilder) setIndirectStubsManagerBuilder() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1257 auto ISMBuilder = std::move(S.ISMBuilder); LLLazyJIT() local