Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp375 const ModuleSummaryIndex &CombinedIndex) { in codegen()
425 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen()
500 ModuleSummaryIndex &CombinedIndex) { in backend()
545 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
686 const ModuleSummaryIndex &CombinedIndex, in initImportList()
H A DLTO.cpp1156 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc
1160 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1189 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1206 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1259 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1334 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
H A DLTOCodeGenerator.cpp548 ModuleSummaryIndex CombinedIndex(false); in optimize() local
573 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
H A DThinLTOCodeGenerator.cpp596 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp440 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local
608 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h343 ModuleSummaryIndex CombinedIndex; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1503 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, in runThinLTOBackend()
1627 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = std::move(*IndexOrErr); in EmitBackendOutput() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6885 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary()
7086 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()