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 370 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
440 /// RoundUpAlignment - Round the specified value up to the next alignment
445 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) {
  /external/llvm/lib/IR/
DataLayout.cpp 58 StructSize = DataLayout::RoundUpAlignment(StructSize, TyAlign);
73 StructSize = DataLayout::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 104 DataLayout::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 542 milliseconds