Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/lua/
Dcli.lua80 local function setModule(module, loading) function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp156 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h490 void setModule(const Module *Mod) { M = Mod; } in setModule() function