Searched defs:UseCodeAlign (Results 1 – 5 of 5) sorted by relevance
39 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
165 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
2730 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local