Searched defs:PoolAlignment (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h136 unsigned PoolAlignment; ///< The alignment for the pool. member in class:llvm::MachineConstantPool
145 : TM(TM), PoolAlignment(1) {}
150 unsigned getConstantPoolAlignment() const { return PoolAlignment; }

Completed in 287 milliseconds