HomeSort by relevance Sort by last modified time
    Searched refs:TypeByteWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 130 unsigned PrefAlign, uint32_t TypeByteWidth) {
136 retval.TypeByteWidth = TypeByteWidth;
145 && TypeByteWidth == rhs.TypeByteWidth);
439 uint32_t TypeByteWidth) {
447 TypeByteWidth));
451 I->TypeByteWidth = TypeByteWidth;
604 return I->TypeByteWidth;
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 89 uint32_t TypeByteWidth;
94 unsigned PrefAlign, uint32_t TypeByteWidth);
155 unsigned PrefAlign, uint32_t TypeByteWidth);

Completed in 301 milliseconds