Home
last modified time | relevance | path

Searched refs:loadLinkModules (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h57 bool loadLinkModules(CompilerInstance &CI);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp878 bool CodeGenAction::loadLinkModules(CompilerInstance &CI) { in loadLinkModules() function in CodeGenAction
969 if (loadLinkModules(CI)) in CreateASTConsumer()
1047 if (loadLinkModules(CI)) in loadModule()