Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp75 extractAndClone(Module &M, LLVMContext &NewContext, StringRef Suffix, in extractAndClone() function
123 return extractAndClone(M, NewContext, ".globals", [](const GlobalValue *GV) { in extractGlobals()
171 extractAndClone(*M, Parent.GetAvailableContext(), Suffix, in materialize()