Searched refs:UseCodeAlign (Results 1 – 18 of 18) sorted by relevance
38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
74 bool UseCodeAlign() const override;
75 bool UseCodeAlign() const override;
64 bool UseCodeAlign() const override;
84 bool UseCodeAlign() const override;
107 bool UseCodeAlign() const override;
193 virtual bool UseCodeAlign() const = 0;
105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
334 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()868 if (Sec.UseCodeAlign() && AF.hasEmitNops()) in layout()
904 if (Section.UseCodeAlign()) in finish()
3451 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local3453 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
4774 if (Section->UseCodeAlign()) { in emitAlignTo()
4723 if (Section->UseCodeAlign()) in parseDirectiveEven()
11785 if (Section->UseCodeAlign()) in parseDirectiveEven()11987 if (Section->UseCodeAlign()) in parseDirectiveAlign()