Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceModuleData.cpp21 Program.setModuleIdentifier(""); in clearModuleData()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp469 Mod->setModuleIdentifier(CacheName); in main()
549 XMod->setModuleIdentifier(CacheName); in main()
827 M->setModuleIdentifier("file:" + M->getModuleIdentifier()); in loadModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h291 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp581 (*ModuleOrErr)->setModuleIdentifier(ThinLTOModuleId); in loadModuleFromInput()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp1499 M->setModuleIdentifier(ModID); in parseInputIR()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp767 M->setModuleIdentifier(ModID); in parseInputIR()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp275 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli551 to [id]. See the method [llvm::Module::setModuleIdentifier] *)