Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h267 bool IsContentValid() const { return ContentValid; } in IsContentValid()
274 bool ContentValid = false; variable
514 ContentValid = true; in initContent()