Lines Matching refs:classof
218 static bool classof(const DIEValue *) { return true; } in classof() function
260 static bool classof(const DIEInteger *) { return true; } in classof() function
261 static bool classof(const DIEValue *I) { return I->getType() == isInteger; } in classof() function
289 static bool classof(const DIELabel *) { return true; } in classof() function
290 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof() function
316 static bool classof(const DIEDelta *) { return true; } in classof() function
317 static bool classof(const DIEValue *D) { return D->getType() == isDelta; } in classof() function
346 static bool classof(const DIEEntry *) { return true; } in classof() function
347 static bool classof(const DIEValue *E) { return E->getType() == isEntry; } in classof() function
386 static bool classof(const DIEBlock *) { return true; } in classof() function
387 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof() function