Home | History | Annotate | Download | only in gold

Lines Matching refs:gprmask

1731   // Return gprmask from the .reginfo section of this object.
1733 gprmask() const
1825 // gprmask from the .reginfo section of this object.
2607 set_masks(Valtype gprmask, Valtype cprmask1, Valtype cprmask2,
2610 this->gprmask_ = gprmask;
2630 // gprmask of the output .reginfo section.
8039 Valtype gprmask = 0;
8051 gprmask |= relobj->gprmask();
8136 reginfo->set_masks(gprmask, cprmask1, cprmask2, cprmask3, cprmask4);