Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
H A DCompileOnDemandLayer.cpp63 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp468 Mod->setModuleIdentifier(CacheName); in main()
548 XMod->setModuleIdentifier(CacheName); in main()
833 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h290 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp534 (*ModuleOrErr)->setModuleIdentifier(ThinLTOModuleId); in loadModuleFromInput()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp1499 M->setModuleIdentifier(ModID); in parseInputIR()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp767 M->setModuleIdentifier(ModID); in parseInputIR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp267 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli551 to [id]. See the method [llvm::Module::setModuleIdentifier] *)