Home
last modified time | relevance | path

Searched refs:WriteIndexToFile (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DReaderWriter.h109 void WriteIndexToFile(const ModuleSummaryIndex &Index, raw_ostream &Out,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp305 WriteIndexToFile(CombinedIndex, OS); in createCombinedModuleSummaryIndex()
452 WriteIndexToFile(*CombinedIndex, OS); in thinLink()
486 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/external/llvm/tools/gold/
Dgold-plugin.cpp1430 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in thinLTOLink()
1453 WriteIndexToFile(CombinedIndex, OS); in thinLTOLink()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp703 WriteIndexToFile(*Index, OS); in run()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3776 void llvm::WriteIndexToFile( in WriteIndexToFile() function in llvm