Home
last modified time | relevance | path

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

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