Searched defs:UseCodeAlign (Results 1 – 6 of 6) sorted by relevance
71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
192 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
3335 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local