Home
last modified time | relevance | path

Searched defs:LCTM (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DEPCIndirectionUtils.cpp414 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local
424 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local
DOrcV2CBindings.cpp471 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports()
1213 auto LCTM = createLocalLazyCallThroughManager(Triple(TargetTriple), in LLVMOrcCreateLocalLazyCallThroughManager() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCIndirectionUtils.h154 std::unique_ptr<LazyCallThroughManager> LCTM; variable