Searched refs:useCodeAlign (Results 1 – 20 of 20) sorted by relevance
36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
43 bool useCodeAlign() const override { return false; } in useCodeAlign() function
81 bool useCodeAlign() const override;
78 bool useCodeAlign() const override;
70 bool useCodeAlign() const override;
88 bool useCodeAlign() const override;
121 bool useCodeAlign() const override;
194 virtual bool useCodeAlign() const = 0;
101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
209 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
293 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()981 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
919 if (Section.useCodeAlign()) in finish()
3496 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local3498 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign()
4707 if (Section->useCodeAlign()) { in emitAlignTo()
4709 if (Section->useCodeAlign()) in parseDirectiveEven()
12273 if (Section->useCodeAlign()) in parseDirectiveEven()12471 if (Section->useCodeAlign()) in parseDirectiveAlign()