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