Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp66 ThreadSafeModule cloneToNewContext(const ThreadSafeModule &TSM, in cloneToNewContext() function
H A DReOptimizeLayer.cpp167 ThreadSafeModule TSM = cloneToNewContext(MUState.getThreadSafeModule()); in rt_reoptimize()
248 ReOptMaterializationUnitState(MUID, cloneToNewContext(TSM))); in createMaterializationUnitState()
H A DLayer.cpp150 TSM = cloneToNewContext(TSM); in materialize()
H A DIRPartitionLayer.cpp57 auto NewTSM = cloneToNewContext(TSM, ShouldExtract, DeleteExtractedDefs); in extractSubModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h163 LLVM_ABI ThreadSafeModule cloneToNewContext(