Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp56 auto ClonedModule = cantFail( in cloneToNewContext() local
58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
59 return ThreadSafeModule(std::move(ClonedModule), std::move(NewTSCtx)); in cloneToNewContext()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h142 ClonedModule, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp177 CloneFunctionInto(F, &I, VMap, CloneFunctionChangeType::ClonedModule, in CloneModule()