Home
last modified time | relevance | path

Searched defs:AddStream (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp369 codegen(const Config & Conf,TargetMachine * TM,AddStreamFn AddStream,unsigned Task,Module & Mod,const ModuleSummaryIndex & CombinedIndex) codegen() argument
427 splitCodeGen(const Config & C,TargetMachine * TM,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,const ModuleSummaryIndex & CombinedIndex) splitCodeGen() argument
506 backend(const Config & C,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,ModuleSummaryIndex & CombinedIndex) backend() argument
553 thinBackend(const Config & Conf,unsigned Task,AddStreamFn AddStream,Module & Mod,const ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> * ModuleMap,const std::vector<uint8_t> & CmdArgs) thinBackend() argument
[all...]
H A DLTO.cpp1139 run(AddStreamFn AddStream,FileCache Cache) run() argument
1228 runRegularLTO(AddStreamFn AddStream) runRegularLTO() argument
1429 AddStreamFn AddStream; global() member in __anonaa2c08900f11::InProcessThinBackend
1444 InProcessThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,ThreadPoolStrategy ThinLTOParallelism,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,AddStreamFn AddStream,FileCache Cache,lto::IndexWriteCallback OnWrite,bool ShouldEmitIndexFiles,bool ShouldEmitImportsFiles) InProcessThinBackend() argument
1459 runThinLTOBackendThread(AddStreamFn AddStream,FileCache Cache,unsigned Task,BitcodeModule BM,ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> & ModuleMap) runThinLTOBackendThread() argument
1466 __anonaa2c08901002(AddStreamFn AddStream) runThinLTOBackendThread() argument
1568 __anonaa2c08901302(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createInProcessThinBackend() argument
1669 __anonaa2c08901502(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createWriteIndexesThinBackend() argument
1677 runThinLTO(AddStreamFn AddStream,FileCache Cache,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) runThinLTO() argument
[all...]
H A DLTOCodeGenerator.cpp313 auto AddStream = compileOptimizedToFile() local
641 compileOptimized(AddStreamFn AddStream,unsigned ParallelismLevel) compileOptimized() argument
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp437 auto AddStream = run() local
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp1092 auto AddStream = runLTO() local
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1122 auto AddStream = main() local
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1208 auto AddStream = [&](size_t Task, const Twine &ModuleName) { runThinLTOBackend() local
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp855 auto AddStream = linkBitcodeFiles() local