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

  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 104 return ParseBlock(Record.GetEntryID());
139 if (ParseBlock(Record.GetEntryID())) return true;
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 323 /// ParseBlock - Read a block, updating statistics, etc.
324 static bool ParseBlock(BitstreamCursor &Stream, unsigned IndentLevel) {
391 if (ParseBlock(Stream, IndentLevel+1))
525 if (ParseBlock(Stream, 0))
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 70 // c) ParseBlock: Parse the (nested) block with the given ID.
76 // ParseBlock creates new instances to parse nested blocks. Method
474 virtual bool ParseBlock(unsigned BlockID) {
559 // ParseBlock(unsigned). Returns true if unable to parse the
560 // block. Note: Should only be called by virtual ParseBlock(unsigned).
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 473 /// ParseBlock - Read a block, updating statistics, etc.
474 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID,
547 if (ParseBlock(Stream, Entry.ID, IndentLevel+1, CurStreamType))
810 if (ParseBlock(Stream, BlockID, 0, CurStreamType))
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 450 bool ParseBlock(unsigned BlockID) override;
657 // the base class of block parsers, we generate error messages if ParseBlock or
702 bool ParseBlock(unsigned BlockID) override;
806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) {
    [all...]
  /external/v8/src/parsing/
parser-base.h     [all...]

Completed in 2514 milliseconds