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.cpp918 bool CodeGenAction::loadLinkModules(CompilerInstance &CI) { in loadLinkModules() function in CodeGenAction
1009 if (loadLinkModules(CI)) in CreateASTConsumer()
1089 if (loadLinkModules(CI)) in loadModule()