Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp111 ContentTypes = ContentTypeTracker(); in clear()
166 if (ContentTypes.HasMD5) in dump()
168 if (ContentTypes.HasModTime) in dump()
170 if (ContentTypes.HasLength) in dump()
172 if (ContentTypes.HasSource) { in dump()
185 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV2DirFileTables() argument
204 ContentTypes.HasModTime = true; in parseV2DirFileTables()
205 ContentTypes.HasLength = true; in parseV2DirFileTables()
238 DWARFDebugLine::ContentTypeTracker *ContentTypes) { in parseV5EntryFormat() argument
250 if (ContentTypes) in parseV5EntryFormat()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h94 ContentTypeTracker ContentTypes; member