Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2640 unsigned RecordLength = Record.size(); in parseUseLists() local
2641 if (RecordLength < 3) in parseUseLists()
3268 unsigned RecordLength = Record.size(); in parseMetadataAttachment() local
3271 if (RecordLength % 2 == 0) { in parseMetadataAttachment()
3273 for (unsigned I = 0; I != RecordLength; I += 2) { in parseMetadataAttachment()
3285 for (unsigned i = 1; i != RecordLength; i = i+2) { in parseMetadataAttachment()