Home
last modified time | relevance | path

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

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