Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3954 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseModule() local
3955 if (Record.size() < (3 + (unsigned)NewRecord)) in parseModule()
3963 if (!NewRecord) { in parseModule()