Searched refs:writeIndex (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 103 void writeIndex(
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | GlobalModuleIndex.h | 185 static llvm::Error writeIndex(FileManager &FileMgr,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 464 bool writeIndex(llvm::BitstreamWriter &Stream); 758 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder 852 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex 911 if (Builder.writeIndex(OutputStream)) in writeIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 438 writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function 798 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write() 806 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 2105 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex() 2139 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
|
| H A D | FrontendAction.cpp | 960 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4619 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 4680 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in WriteIndexToFile()
|