Searched defs:UseCodeAlign (Results 1 – 9 of 9) sorted by relevance
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
37 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
2016 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local
2995 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local