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