HomeSort by relevance Sort by last modified time
    Searched refs:ReadSubBlockID (Results 1 - 5 of 5) 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();
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 781 Stream.ReadSubBlockID();
943 Stream.ReadSubBlockID();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 354 milliseconds