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 328 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
391 /// RoundUpAlignment - Round the specified value up to the next alignment
396 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 802 ArgOffset += DataLayout::RoundUpAlignment(Size, kShadowTLSAlignment);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 99 DataLayout::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 203 milliseconds