Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.h146 void setHasInterestingContent() { HasInterestingContent = true; } in setHasInterestingContent()
147 bool hasInterestingContent() { return HasInterestingContent; } in hasInterestingContent()
318 bool HasInterestingContent; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp257 void setHasInterestingContent() { HasInterestingContent = true; } in setHasInterestingContent()
258 bool hasInterestingContent() { return HasInterestingContent; } in hasInterestingContent()
388 bool HasInterestingContent; member in llvm::dsymutil::__anond69ad1180111::CompileUnit