Searched refs:WriteIndexToFile (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 109 void WriteIndexToFile(const ModuleSummaryIndex &Index, raw_ostream &Out,
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 305 WriteIndexToFile(CombinedIndex, OS); in createCombinedModuleSummaryIndex() 452 WriteIndexToFile(*CombinedIndex, OS); in thinLink() 486 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1430 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in thinLTOLink() 1453 WriteIndexToFile(CombinedIndex, OS); in thinLTOLink()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 703 WriteIndexToFile(*Index, OS); in run()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3776 void llvm::WriteIndexToFile( in WriteIndexToFile() function in llvm
|