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

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp211 bool isVernaux() const { return !isNull() && getInt() == 1; } function in class:__anon13527::ELFDumper::VersionMapEntry
216 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr;

Completed in 34 milliseconds