Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp370 const ModuleSummaryIndex &CombinedIndex) { in codegen()
429 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen()
508 ModuleSummaryIndex &CombinedIndex) { in backend()
554 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
700 const ModuleSummaryIndex &CombinedIndex, in initImportList()
H A DLTO.cpp1373 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc
1380 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1442 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1461 ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1523 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1569 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1618 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1670 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
H A DLTOCodeGenerator.cpp629 ModuleSummaryIndex CombinedIndex(false); in optimize() local
654 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
H A DThinLTOCodeGenerator.cpp611 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h343 ModuleSummaryIndex CombinedIndex; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp491 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local
662 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1189 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, in runThinLTOBackend()
1307 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in EmitBackendOutput() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8391 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary()
8604 ModuleSummaryIndex &CombinedIndex) { in readModuleSummaryIndex()