HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_ABBREV (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 41 /// DEFINE_ABBREV - Defines an abbrev for the current block. It consists
46 DEFINE_ABBREV = 2,
71 // DEFINE_ABBREV has magic semantics here, applying to the current SETBID'd
BitstreamReader.h 274 if (Code == bitc::DEFINE_ABBREV &&
BitstreamWriter.h 470 // Emit the abbreviation as a DEFINE_ABBREV record.
472 EmitCode(bitc::DEFINE_ABBREV);
531 /// EmitBlockInfoAbbrev - Emit a DEFINE_ABBREV record for the specified
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 93 case llvm::bitc::DEFINE_ABBREV:
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 320 if (Entry.ID == bitc::DEFINE_ABBREV) {
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 482 if (Entry.ID == bitc::DEFINE_ABBREV) {
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 883 milliseconds