Searched refs:useCodeAlign (Results 1 – 20 of 20) sorted by relevance
32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
74 bool useCodeAlign() const override;
75 bool useCodeAlign() const override;
64 bool useCodeAlign() const override;
82 bool useCodeAlign() const override;
115 bool useCodeAlign() const override;
195 virtual bool useCodeAlign() const = 0;
104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
107 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
122 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
169 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
338 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()877 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
918 if (Section.useCodeAlign()) in finish()
3485 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local3487 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign()
4724 if (Section->useCodeAlign()) { in emitAlignTo()
4723 if (Section->useCodeAlign()) in parseDirectiveEven()
11830 if (Section->useCodeAlign()) in parseDirectiveEven()12028 if (Section->useCodeAlign()) in parseDirectiveAlign()