Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h257 bool IsContentValid() const { return ContentValid; } in IsContentValid() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1859 if (!O.IsContentValid()) in ELFDumper()