Home
last modified time | relevance | path

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

/freebsd-14.2/stand/lua/
H A Dcli.lua78 local function setModule(module, loading) function
162 setModule(argv[1], true)
172 setModule(argv[1], false)
183 setModule(module, not config.isModuleEnabled(module))
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h86 void setModule(std::unique_ptr<LTOModule> M);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp298 Reader->setModule(&M); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h495 void setModule(const Module *Mod) { M = Mod; } in setModule() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp168 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1048 CodeGen.setModule(std::move(Module)); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2017 Reader->setModule(&M); in doInitialization()