Home
last modified time | relevance | path

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

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