Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h286 bool isVernaux() const { return !isNull() && getInt() == 1; } in isVernaux() function
291 return isVernaux() ? (const Elf_Vernaux*)getPointer() : nullptr; in getVernaux()