Searched defs:LinkModules (Results 1 - 4 of 4) sorted by relevance
/external/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; member in class:clang::CodeGenAction 56 LinkModules.push_back(std::make_pair(LinkFlags, Mod));
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 57 LinkModules; member in class:clang::BackendConsumer 70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, 79 for (auto &I : LinkModules) 80 this->LinkModules.push_back( 88 for (auto &I : LinkModules) 169 for (auto &I : LinkModules) { 678 if (!LinkModules.empty()) 722 if (LinkModules.empty()) 730 LinkModules.clear(); 739 LinkModules 64 BackendConsumer( BackendAction Action, DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, const TargetOptions &TargetOpts, const LangOptions &LangOpts, bool TimePasses, const std::string &InFile, const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, raw_pwrite_stream *OS, LLVMContext &C, CoverageSourceInfo *CoverageInfo = nullptr) argument [all...] |
H A D | CodeGenModule.cpp | 1198 llvm::SetVector<clang::Module *> LinkModules; local 1232 LinkModules.insert(Mod); 1241 for (Module *M : LinkModules)
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
H A D | LinkModules.cpp | 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===// 318 /// ModuleLinker - This is an implementation class for the LinkModules 985 // LinkModules entrypoint. 988 // LinkModules - This function links two modules together, with the resulting 993 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, function in class:Linker
|
Completed in 205 milliseconds