Home
last modified time | relevance | path

Searched refs:writeIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h103 void writeIndex(
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h177 static llvm::Error writeIndex(FileManager &FileMgr,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h98 void writeIndex(MCStreamer &Out, MCSection *Section,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp457 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 DDWP.cpp469 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 DCompilerInstance.cpp2241 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2275 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
H A DFrontendAction.cpp1078 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4909 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter
4970 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in writeIndexToFile()