Home
last modified time | relevance | path

Searched defs:LLVMCloneModule (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp210 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) { in LLVMCloneModule() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1030 pub fn LLVMCloneModule(M: &Module) -> &Module; in LLVMCloneModule() function