Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h147 void setHasInterestingContent() { HasInterestingContent = true; } in setHasInterestingContent()
148 bool hasInterestingContent() { return HasInterestingContent; } in hasInterestingContent()
319 bool HasInterestingContent; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h151 void setHasInterestingContent() { HasInterestingContent = true; } in setHasInterestingContent()
152 bool hasInterestingContent() { return HasInterestingContent; } in hasInterestingContent()
323 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::__anondabe43b60111::CompileUnit