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
82 bool useCodeAlign() const override;
84 bool useCodeAlign() const override;
70 bool useCodeAlign() const override;
90 bool useCodeAlign() const override;
83 bool useCodeAlign() const override { return false; } in useCodeAlign() function
121 bool useCodeAlign() const override;
207 virtual bool useCodeAlign() const = 0;
101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
117 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
213 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
238 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
972 if (Section.useCodeAlign()) in finish()
4806 if (Section->useCodeAlign()) in parseDirectiveEven()
3439 if (Section->useCodeAlign() && !HasFillExpr) { in parseDirectiveAlign()
4231 if (Section->useCodeAlign()) { in emitAlignTo()
12330 if (Section->useCodeAlign()) in parseDirectiveEven()12528 if (Section->useCodeAlign()) in parseDirectiveAlign()