Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp467 Mod->setModuleIdentifier(CacheName); in main()
547 XMod->setModuleIdentifier(CacheName); in main()
891 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h330 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp587 (*ModuleOrErr)->setModuleIdentifier(ThinLTOModuleId); in loadModuleFromInput()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp289 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()