Searched refs:AllowAutoPadding (Results 1 – 3 of 3) sorted by relevance
266 bool AllowAutoPadding : 1; variable358 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()359 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
259 bool AllowAutoPadding = false; variable323 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()324 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
32 LinkerRelaxable(false), AllowAutoPadding(false) {} in MCFragment()