Searched refs:isFunctionIndex (Results 1 – 2 of 2) sorted by relevance
68 static inline bool classof(const Binary *v) { return v->isFunctionIndex(); } in classof()
126 bool isFunctionIndex() const { return TypeID == ID_FunctionIndex; } in isFunctionIndex() function