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

/external/llvm/include/llvm/Object/
H A DELF.h480 bool isVernaux() const { return !isNull() && getInt() == 1; } function in class:llvm::object::ELFObjectFile::VersionMapEntry
485 return isVernaux() ? (const Elf_Vernaux*)getPointer() : NULL;

Completed in 46 milliseconds