Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp363 const ModuleSummaryIndex &CombinedIndex) { in codegen()
422 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen()
497 ModuleSummaryIndex &CombinedIndex) { in backend()
542 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
685 const ModuleSummaryIndex &CombinedIndex, in initImportList()
H A DLTO.cpp1200 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc
1206 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1263 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1282 ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1344 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1423 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
H A DLTOCodeGenerator.cpp636 ModuleSummaryIndex CombinedIndex(false); in optimize() local
661 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
H A DThinLTOCodeGenerator.cpp632 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp483 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local
656 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1116 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, in runThinLTOBackend()
1234 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in EmitBackendOutput() local
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h321 ModuleSummaryIndex CombinedIndex; member
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7993 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, uint64_t ModuleId, in readSummary()
8193 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()