Home
last modified time | relevance | path

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

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