Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h86 void setModule(std::unique_ptr<LTOModule> M);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp298 Reader->setModule(&M); in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h495 void setModule(const Module *Mod) { M = Mod; } in setModule() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp167 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1072 CodeGen.setModule(std::move(Module)); in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1969 Reader->setModule(&M); in doInitialization()