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

  /external/llvm/include/llvm/IR/
DataLayout.h 313 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
372 /// RoundUpAlignment - Round the specified value up to the next alignment
377 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) {
  /external/llvm/lib/IR/
DataLayout.cpp 57 StructSize = DataLayout::RoundUpAlignment(StructSize, TyAlign);
72 StructSize = DataLayout::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 776 ArgOffset += DataLayout::RoundUpAlignment(Size, 8);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 98 DataLayout::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 231 milliseconds