Home
last modified time | relevance | path

Searched refs:RecordLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2522 unsigned RecordLength = Record.size(); in ParseMetadataAttachment() local
2523 if (Record.empty() || (RecordLength - 1) % 2 == 1) in ParseMetadataAttachment()
2526 for (unsigned i = 1; i != RecordLength; i = i+2) { in ParseMetadataAttachment()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2785 unsigned RecordLength = Record.size(); in ParseMetadataAttachment() local
2786 if (Record.empty() || (RecordLength - 1) % 2 == 1) in ParseMetadataAttachment()
2789 for (unsigned i = 1; i != RecordLength; i = i+2) { in ParseMetadataAttachment()