HomeSort by: relevance | last modified time | path
    Searched refs:writeIndex (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeWriter.h 103 void writeIndex(
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
GlobalModuleIndex.h 185 static llvm::Error writeIndex(FileManager &FileMgr,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 464 bool writeIndex(llvm::BitstreamWriter &Stream);
758 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
773 llvm::TimeTraceScope TimeScope("Module WriteIndex");
852 GlobalModuleIndex::writeIndex(FileManager &FileMgr,
911 if (Builder.writeIndex(OutputStream))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 438 writeIndex(MCStreamer &Out, MCSection *Section,
798 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets,
806 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 960 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
CompilerInstance.cpp 2105 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
2139 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4619 void BitcodeWriter::writeIndex(
4680 Writer.writeIndex(&Index, ModuleToSummariesForIndex);

Completed in 41 milliseconds