Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h198 std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h247 std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h247 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-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp593 std::unique_ptr<ModuleSummaryIndex> ThinLTOCodeGenerator::linkCombinedIndex() { in linkCombinedIndex() function in ThinLTOCodeGenerator
967 auto Index = linkCombinedIndex(); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp566 std::unique_ptr<ModuleSummaryIndex> ThinLTOCodeGenerator::linkCombinedIndex() { in linkCombinedIndex() function in ThinLTOCodeGenerator
936 auto Index = linkCombinedIndex(); in run()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink()
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp614 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink()