Searched refs:UseCodeAlign (Results 1 – 11 of 11) sorted by relevance
38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
71 bool UseCodeAlign() const override;
81 bool UseCodeAlign() const override;
82 bool UseCodeAlign() const override;
194 virtual bool UseCodeAlign() const = 0;
103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
2871 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local2873 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
2866 if (Section->UseCodeAlign()) in parseDirectiveEven()
9589 if (Section->UseCodeAlign()) in parseDirectiveEven()9866 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()