Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp130 unsigned PrefAlign, uint32_t TypeByteWidth) { in get() argument
136 retval.TypeByteWidth = TypeByteWidth; in get()
145 && TypeByteWidth == rhs.TypeByteWidth); in operator ==()
439 uint32_t TypeByteWidth) { in setPointerAlignment() argument
447 TypeByteWidth)); in setPointerAlignment()
451 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment()
604 return I->TypeByteWidth; in getPointerSize()
/external/llvm/include/llvm/IR/
DDataLayout.h89 uint32_t TypeByteWidth; member
94 unsigned PrefAlign, uint32_t TypeByteWidth);
155 unsigned PrefAlign, uint32_t TypeByteWidth);