Searched defs:useCodeAlign (Results 1 – 8 of 8) sorted by relevance
33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
83 bool useCodeAlign() const override { return false; } in useCodeAlign() function
134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
117 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
213 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO