Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsDarwin

35   bool IsDarwin;
39 : Kind(_Kind), Expr(_Expr), IsDarwin(_IsDarwin) {}
46 bool isDarwin, MCContext &Ctx);
49 bool isDarwin, MCContext &Ctx) {
50 return Create(VK_PPC_LO, Expr, isDarwin, Ctx);
54 bool isDarwin, MCContext &Ctx) {
55 return Create(VK_PPC_HI, Expr, isDarwin, Ctx);
59 bool isDarwin, MCContext &Ctx) {
60 return Create(VK_PPC_HA, Expr, isDarwin, Ctx);
74 bool isDarwinSyntax() const { return IsDarwin; }