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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 84 BLOCKINFO_CODE_BLOCKNAME = 2, // BLOCKNAME: [name]
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 458 case bitc::BLOCKINFO_CODE_BLOCKNAME: {
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
BitstreamRemarkSerializer.cpp 43 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_BLOCKNAME, R);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 330 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 480 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
ASTWriter.cpp 562 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 98 case bitc::BLOCKINFO_CODE_BLOCKNAME:

Completed in 26 milliseconds