Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp130 unsigned PrefAlign, uint32_t TypeByteWidth) { in get() argument
136 retval.TypeByteWidth = TypeByteWidth; in get()
145 && TypeByteWidth == rhs.TypeByteWidth); in operator ==()
418 uint32_t TypeByteWidth) { in setPointerAlignment() argument
423 TypeByteWidth)); in setPointerAlignment()
427 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment()
570 PI.TypeByteWidth == 8) in getStringRepresentation()
577 OS << ":" << PI.TypeByteWidth*8 << ':' << PI.ABIAlign*8; in getStringRepresentation()
631 return I->TypeByteWidth; in getPointerSize()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h84 uint32_t TypeByteWidth; member
89 unsigned PrefAlign, uint32_t TypeByteWidth);
140 unsigned PrefAlign, uint32_t TypeByteWidth);