Home
last modified time | relevance | path

Searched defs:LinkModules (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h53 SmallVector<LinkModule, 4> LinkModules; global() variable
H A DCodeGenAction.cpp117 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,const std::string & InFile,SmallVector<LinkModule,4> LinkModules,std::unique_ptr<raw_pwrite_stream> OS,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
142 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,llvm::Module * Module,SmallVector<LinkModule,4> LinkModules,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
[all...]
H A DCodeGenModule.cpp3101 llvm::SetVector<clang::Module *> LinkModules; EmitModuleLinkOptions() local