Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h35 constexpr size_t SectionHeaderSize32 = 40; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp332 Is64Bit ? XCOFF::SectionHeaderSize64 : XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1153 SectionCount * XCOFF::SectionHeaderSize32)) + in finalizeSectionInfo()