Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3386 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3387 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3392 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3413 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3414 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3419 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3444 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3445 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3451 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3480 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
[all …]