Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp160 bool isVernaux() const { return !isNull() && getInt() == 1; } in isVernaux() function in __anon07d3185e0111::ELFDumper::VersionMapEntry
165 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr; in getVernaux()