Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp237 bool HasType = false; in collectStatsForDie() local
276 HasType = true; in collectStatsForDie()
409 if (HasType) in collectStatsForDie()
417 if (HasType) in collectStatsForDie()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1670 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
1675 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1677 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1683 B.addInAllocaAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()