/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 369 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 D | LTO.cpp | 1139 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 D | LTOCodeGenerator.cpp | 313 auto AddStream = compileOptimizedToFile() local 641 compileOptimized(AddStreamFn AddStream,unsigned ParallelismLevel) compileOptimized() argument
|
/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 437 auto AddStream = run() local
|
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 1092 auto AddStream = runLTO() local
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 1122 auto AddStream = main() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1208 auto AddStream = [&](size_t Task, const Twine &ModuleName) { runThinLTOBackend() local
|
/llvm-project/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 855 auto AddStream = linkBitcodeFiles() local
|