Home
last modified time | relevance | path

Searched defs:setModule (Results 1 – 2 of 2) sorted by relevance

/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