Searched refs:writeIndex (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriter.h | 103 void writeIndex(
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWP.h | 98 void writeIndex(MCStreamer &Out, MCSection *Section,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 453 bool writeIndex(llvm::BitstreamWriter &Stream); 754 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder 848 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex 907 if (Builder.writeIndex(OutputStream)) in writeIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 493 void writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function 930 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write() 941 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2285 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex() 2319 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
|
H A D | FrontendAction.cpp | 1087 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 5100 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 5165 Writer.writeIndex(&Index, ModuleToSummariesForIndex, DecSummaries); in writeIndexToFile()
|