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

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 294 return BitstreamEntry::getSubBlock(ReadSubBlockID());
465 /// ReadSubBlockID - Having read the ENTER_SUBBLOCK code, read the BlockID for
467 unsigned ReadSubBlockID() {
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 340 unsigned BlockID = Stream.ReadSubBlockID();
358 blockOrRecordID = Stream.ReadSubBlockID();
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 527 unsigned BlockID = Stream.ReadSubBlockID();

Completed in 262 milliseconds