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

/external/llvm/lib/IR/
H A DDataLayout.cpp125 unsigned PrefAlign, uint32_t TypeByteWidth) {
131 retval.TypeByteWidth = TypeByteWidth;
140 && TypeByteWidth == rhs.TypeByteWidth);
434 uint32_t TypeByteWidth) {
442 TypeByteWidth));
446 I->TypeByteWidth = TypeByteWidth;
599 return I->TypeByteWidth;
124 get(uint32_t AddressSpace, unsigned ABIAlign, unsigned PrefAlign, uint32_t TypeByteWidth) argument
[all...]
/external/llvm/include/llvm/IR/
H A DDataLayout.h89 uint32_t TypeByteWidth; member in struct:llvm::PointerAlignElem
94 unsigned PrefAlign, uint32_t TypeByteWidth);
155 unsigned PrefAlign, uint32_t TypeByteWidth);

Completed in 1879 milliseconds