Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
HDThinLTOCodeGenerator.h249 std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDThinLTOCodeGenerator.cpp610 std::unique_ptr<ModuleSummaryIndex> ThinLTOCodeGenerator::linkCombinedIndex() { in linkCombinedIndex() function in ThinLTOCodeGenerator
1013 auto Index = linkCombinedIndex(); in run()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp662 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink()