Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isLabel

769   bool isLabel() const { return isEHLabel() || isGCLabel(); }
775 bool isPosition() const { return isLabel() || isCFIInstruction(); }