Home
last modified time | relevance | path

Searched refs:ESDAlignment (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h144 enum ESDAlignment : uint8_t { enum
253 GOFF_BEHAVIORAL_ATTRIBUTE(Alignment, GOFF::ESDAlignment, 6, 3, 5)
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h60 GOFF::ESDAlignment Alignment = GOFF::ESD_ALIGN_Doubleword;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h276 GOFF::ESDAlignment &Alignment) { in getAlignment()
279 Alignment = (GOFF::ESDAlignment)Value; in getAlignment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp16 GOFF::ESDAlignment Alignment, in emitCATTR()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp513 GOFF::ESDAlignment Pow2Alignment; in getSectionAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2825 GOFF::ESDAlignment Align = in SelectSectionForGlobal()
2826 Alignment ? static_cast<GOFF::ESDAlignment>(Log2(*Alignment)) in SelectSectionForGlobal()