Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp229 int64_t PaddingSize = in writeSectionData() local
247 int64_t PaddingSize = in writeRelocations() local
267 int64_t PaddingSize = in writeSymbols() local
H A DELFEmitter.cpp83 uint64_t PaddingSize = AlignedOffset - CurrentOffset; in padToAlignment() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp161 uint64_t PaddingSize = in layoutSegments() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp559 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections() local
570 if (uint32_t PaddingSize = in writeSections() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp560 uint64_t PaddingSize = 0; in computeTotalAllocSize() local
797 unsigned PaddingSize = 0; in emitSection() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp380 auto PaddingSize = getNumPaddingBytes(NamesSize); in readHeader() local