Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp75 ContentTypes = ContentTypeTracker(); in clear()
121 if (ContentTypes.HasMD5) in dump()
123 if (ContentTypes.HasModTime) in dump()
125 if (ContentTypes.HasLength) in dump()
127 if (ContentTypes.HasSource) { in dump()
140 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV2DirFileTables() argument
165 ContentTypes.HasModTime = true; in parseV2DirFileTables()
166 ContentTypes.HasLength = true; in parseV2DirFileTables()
175 *ContentTypes) { in parseV5EntryFormat()
188 if (ContentTypes) in parseV5EntryFormat()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h94 ContentTypeTracker ContentTypes; member