Home
last modified time | relevance | path

Searched refs:RoundUpAlignment (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetData.h248 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty)); in getTypeAllocSize()
312 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { in RoundUpAlignment() function
/external/llvm/lib/Target/
DTargetData.cpp57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign); in StructLayout()
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment); in StructLayout()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp98 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock), in Create()
/external/clang/lib/CodeGen/
DTargetInfo.cpp1764 unsigned HiStart = llvm::TargetData::RoundUpAlignment(LoSize, HiAlign); in GetX86_64ByValArgumentPair()