Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp142 size_t PaddedSize = 5; in encodeInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h172 size_t PaddedSize = SizeToAllocate + Alignment.value() - 1; in Allocate() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp978 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
H A DELFDumper.cpp4883 uint64_t PaddedSize = alignTo(DataSize, sizeof(typename ELFT::uint)); in getGNUPropertyList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7438 CharUnits PaddedSize = CharUnits::fromQuantity(8); in EmitVAArg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3621 unsigned PaddedSize = Size + ((RequiredPadding == 4) ? 0 : RequiredPadding); in promoteToConstantPool() local