Home
last modified time | relevance | path

Searched defs:PaddedSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp109 size_t PaddedSize = Size + sizeof(MemSlab) + Alignment - 1; in Allocate() local
/external/llvm/include/llvm/Support/
DAllocator.h232 size_t PaddedSize = Size + Alignment - 1; in Allocate() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp733 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
990 unsigned PaddedSize = alignTo(FC->ChecksumSize + sizeof(FileChecksum), 4) - in printCodeViewFileChecksums() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp5953 CharUnits PaddedSize = CharUnits::fromQuantity(8); in EmitVAArg() local