Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp59 TmpM->setModuleIdentifier(ModuleName); in cloneToContext()
H A DIRPartitionLayer.cpp59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp254 (*RestoredModule)->setModuleIdentifier(OrigModule.getModuleIdentifier()); in loadModuleForTwoRounds()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp468 Mod->setModuleIdentifier(CacheName); in main()
548 XMod->setModuleIdentifier(CacheName); in main()
893 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h314 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp641 (*ModuleOrErr)->setModuleIdentifier(ThinLTOModuleId); in loadModuleFromInput()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp296 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()