Home
last modified time | relevance | path

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

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