Searched defs:AddStream (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp919 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { argument
975 Error LTO::runRegularLTO(AddStreamFn AddStream) { argument
1075 AddStreamFn AddStream; member in class:__anon90::InProcessThinBackend
1084 InProcessThinBackend( const Config &Conf, ModuleSummaryIndex &CombinedIndex, unsigned ThinLTOParallelismLevel, const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, NativeObjectCache Cache) argument
1100 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache 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) argument
[all...]
H A DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, argument
375 void splitCodeGen(const Config &C, TargetMachine *TM, AddStreamFn AddStream, argument
448 Error lto::backend(const Config &C, AddStreamFn AddStream, argument
502 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1420 auto AddStream = [&](size_t Task) { local

Completed in 87 milliseconds