Searched refs:WriteIndexToFile (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h151 void WriteIndexToFile(const ModuleSummaryIndex &Index, raw_ostream &Out,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-as/
H A Dllvm-as.cpp109 WriteIndexToFile(*IndexToWrite, Out->os());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp453 WriteIndexToFile(CombinedIndex, OS);
614 WriteIndexToFile(*CombinedIndex, OS);
652 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp979 WriteIndexToFile(*Index, OS);
H A DLTOBackend.cpp144 WriteIndexToFile(Index, OS);
H A DLTO.cpp1365 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp996 WriteIndexToFile(Index, OS, nullptr);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp919 WriteIndexToFile(*Summary, OS);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4673 void llvm::WriteIndexToFile( function in class:llvm

Completed in 287 milliseconds