Home | History | Annotate | Download | only in llvm-readobj

Lines Matching full:isverdef

159     bool isVerdef() const { return !isNull() && getInt() == 0; }
162 return isVerdef() ? (const Elf_Verdef *)getPointer() : nullptr;
433 if (entry.isVerdef()) {