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 240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
299 /// RoundUpAlignment - Round the specified value up to the next alignment
304 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 99 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 6343 milliseconds