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

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 308 /// advanceSkippingSubblocks - This is a convenience function for clients that
310 BitstreamEntry advanceSkippingSubblocks(unsigned Flags = 0) {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 322 BitstreamEntry Entry = advanceSkippingSubblocks(AF_DontAutoprocessAbbrevs);
BitcodeReader.cpp 501 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
653 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
742 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
960 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 482 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
545 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 761 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
825 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 291 milliseconds