Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp451 Attributes ReconstitutedAttr = Record[i+1] & 0xffff; in ParseAttributeBlock() local
453 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment); in ParseAttributeBlock()
454 ReconstitutedAttr |= (Record[i+1] & (0xffffull << 32)) >> 11; in ParseAttributeBlock()
455 Record[i+1] = ReconstitutedAttr; in ParseAttributeBlock()