Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp61 auto NewTSM = cloneToNewContext(TSM, ShouldExtract, DeleteExtractedDefs); in extractSubModule() local
62 NewTSM.withModuleDo([&](Module &M) { in extractSubModule()
66 return NewTSM; in extractSubModule()