Home
last modified time | relevance | path

Searched refs:SectionHeaderSize64 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h36 constexpr size_t SectionHeaderSize64 = 72; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp332 Is64Bit ? XCOFF::SectionHeaderSize64 : XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1261 SectionCount * XCOFF::SectionHeaderSize64) in finalizeSectionInfo()