Searched refs:PoolAlignment (Results 1 – 2 of 2) sorted by relevance
139 unsigned PoolAlignment; ///< The alignment for the pool. variable148 : TM(TM), PoolAlignment(1) {} in MachineConstantPool()153 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
931 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()952 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()