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

  /external/llvm/include/llvm/Target/
TargetData.h 248 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
307 /// RoundUpAlignment - Round the specified value up to the next alignment
312 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) {
  /external/llvm/lib/Target/
TargetData.cpp 57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign);
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 98 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 187 milliseconds