Searched refs:setLinkModule (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h50 /// setLinkModule - Set the link module to be used by this action. If a link
53 void setLinkModule(llvm::Module *Mod) { LinkModule = Mod; } function in class:clang::CodeGenAction

Completed in 49 milliseconds