Searched refs:UseCodeAlign (Results 1 – 10 of 10) sorted by relevance
40 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
70 virtual bool UseCodeAlign() const = 0;
77 bool UseCodeAlign() const override;
90 bool UseCodeAlign() const override;
83 bool UseCodeAlign() const override;
98 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
153 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
154 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
2730 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local2732 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
9016 if (Section->UseCodeAlign()) in parseDirectiveEven()9295 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()