Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
190 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV2DirFileTables() argument
209 ContentTypes.HasModTime = true; in parseV2DirFileTables()
210 ContentTypes.HasLength = true; in parseV2DirFileTables()
243 DWARFDebugLine::ContentTypeTracker *ContentTypes) { in parseV5EntryFormat() argument
255 if (ContentTypes) in parseV5EntryFormat()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h196 bool HasChecksums = P.ContentTypes.HasMD5; in emitLineTablePrologueV5IncludeAndFileTable()
197 bool HasInlineSources = P.ContentTypes.HasSource; in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h90 ContentTypeTracker ContentTypes; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp918 bool HasChecksums = P.ContentTypes.HasMD5; in emitLineTablePrologueV5IncludeAndFileTable()
919 bool HasInlineSources = P.ContentTypes.HasSource; in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp290 if (prologue.ContentTypes.HasMD5) {