Home
last modified time | relevance | path

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

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