Searched refs:writeIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 103 void writeIndex(
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | GlobalModuleIndex.h | 185 static llvm::Error writeIndex(FileManager &FileMgr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 91 void writeIndex(MCStreamer &Out, MCSection *Section,
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 402 void writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function 794 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write() 805 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 2122 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex() 2156 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
|
| H A D | FrontendAction.cpp | 960 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4623 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 4684 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in WriteIndexToFile()
|