Searched refs:UseCodeAlign (Results 1 – 10 of 10) sorted by relevance
39 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
63 virtual bool UseCodeAlign() const = 0;
72 bool UseCodeAlign() const override;
82 bool UseCodeAlign() const override;
80 bool UseCodeAlign() const override;
102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
160 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
2737 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local2739 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
9658 if (Section->UseCodeAlign()) in parseDirectiveEven()9943 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()