Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp154 size_t PaddedSize = 5; in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h185 size_t PaddedSize = SizeToAllocate + Alignment.value() - 1; in AllocateSlow() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp298 CharUnits PaddedSize = CharUnits::fromQuantity(8); in EmitVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp359 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1171 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
H A DELFDumper.cpp5528 uint64_t PaddedSize = alignTo(DataSize, sizeof(typename ELFT::uint)); in getGNUPropertyList() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1017 uint32_t PaddedSize = alignTo(MetadataSize, WordSize); in emitXCOFFCInfoSym() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3938 unsigned PaddedSize = Size + ((RequiredPadding == 4) ? 0 : RequiredPadding); in promoteToConstantPool() local