Home
last modified time | relevance | path

Searched refs:isFunctionIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DFunctionIndexObjectFile.h68 static inline bool classof(const Binary *v) { return v->isFunctionIndex(); } in classof()
DBinary.h126 bool isFunctionIndex() const { return TypeID == ID_FunctionIndex; } in isFunctionIndex() function