Searched defs:UseCodeAlign (Results 1 – 7 of 7) sorted by relevance
118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
3451 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local