Home
last modified time | relevance | path

Searched refs:linkCombinedIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h198 std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp489 std::unique_ptr<ModuleSummaryIndex> ThinLTOCodeGenerator::linkCombinedIndex() { in linkCombinedIndex() function in ThinLTOCodeGenerator
693 auto Index = linkCombinedIndex(); in run()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink()