Searched defs:useCodeAlign (Results 1 – 9 of 9) sorted by relevance
33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
43 bool useCodeAlign() const override { return false; } in useCodeAlign() function
134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
209 bool MCSectionELF::useCodeAlign() const { useCodeAlign() function in MCSectionELF
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
3487 bool useCodeAlign = Section->useCodeAlign(); parseDirectiveAlign() local