Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp211 bool isVernaux() const { return !isNull() && getInt() == 1; } in isVernaux() function in __anon79be9f670111::ELFDumper::VersionMapEntry
216 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr; in getVernaux()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp244 bool isVernaux() const { return !isNull() && getInt() == 1; } in isVernaux() function in __anond329e2bf0111::ELFDumper::VersionMapEntry
249 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr; in getVernaux()