Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h151 void setHasInterestingContent() { HasInterestingContent = true; } in setHasInterestingContent()
152 bool hasInterestingContent() { return HasInterestingContent; } in hasInterestingContent()
302 bool HasInterestingContent; variable