Searched refs:writeIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 103 void writeIndex(
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | GlobalModuleIndex.h | 177 static llvm::Error writeIndex(FileManager &FileMgr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 98 void writeIndex(MCStreamer &Out, MCSection *Section,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 457 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 469 void writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function 906 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write() 917 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 2241 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex() 2275 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
|
| H A D | FrontendAction.cpp | 1078 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4909 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 4970 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in writeIndexToFile()
|