Searched refs:UseCodeAlign (Results 1 – 8 of 8) sorted by relevance
64 virtual bool UseCodeAlign() const = 0;
58 virtual bool UseCodeAlign() const;
66 virtual bool UseCodeAlign() const;
170 virtual bool UseCodeAlign() const;
78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
134 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
1908 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local1910 ValueSize == 1 && UseCodeAlign) { in ParseDirectiveAlign()