Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:classof

228     static bool classof(const DIEValue *) { return true; }
270 static bool classof(const DIEInteger *) { return true; }
271 static bool classof(const DIEValue *I) { return I->getType() == isInteger; }
297 static bool classof(const DIEString *) { return true; }
298 static bool classof(const DIEValue *S) { return S->getType() == isString; }
326 static bool classof(const DIELabel *) { return true; }
327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
353 static bool classof(const DIEDelta *) { return true; }
354 static bool classof(const DIEValue *D) { return D->getType() == isDelta; }
383 static bool classof(const DIEEntry *) { return true; }
384 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
423 static bool classof(const DIEBlock *) { return true; }
424 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }