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
78 bool useCodeAlign() const override;
81 bool useCodeAlign() const override;
70 bool useCodeAlign() const override;
90 bool useCodeAlign() const override;
121 bool useCodeAlign() const override;
193 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
211 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() 209 bool MCSectionELF::useCodeAlign() const { useCodeAlign() function in MCSectionELF
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
282 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize() 965 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
920 if (Section.useCodeAlign()) in finish()
3512 if (Section->useCodeAlign() && !HasFillExpr) { in parseDirectiveFile() 3487 bool useCodeAlign = Section->useCodeAlign(); parseDirectiveAlign() local
4706 if (Section->useCodeAlign()) { in emitAlignTo()
4783 if (Section->useCodeAlign())
12328 if (Section->useCodeAlign()) in parseDirectiveUnwindRaw() 12526 if (Section->useCodeAlign()) in parseDirectiveSEHSaveRegs()