Searched defs:useCodeAlign (Results 1 – 9 of 9) sorted by relevance
32 bool useCodeAlign() const override { return false; } useCodeAlign() function
35 bool useCodeAlign() const override { return false; } useCodeAlign() function
42 bool useCodeAlign() const override { return false; } useCodeAlign() function
130 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } useCodeAlign() function in MCSectionXCOFF
109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
104 bool MCSectionWasm::useCodeAlign() const { return false; } useCodeAlign() function in MCSectionWasm
213 bool MCSectionELF::useCodeAlign() const { useCodeAlign() function in MCSectionELF
171 bool MCSectionMachO::useCodeAlign() const { useCodeAlign() function in MCSectionMachO
3494 bool useCodeAlign = Section->useCodeAlign(); parseDirectiveAlign() local