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()
165 if (ContentTypes.HasMD5) in dump()
167 if (ContentTypes.HasModTime) in dump()
169 if (ContentTypes.HasLength) in dump()
171 if (ContentTypes.HasSource) { in dump()
189 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV2DirFileTables() argument
208 ContentTypes.HasModTime = true; in parseV2DirFileTables()
209 ContentTypes.HasLength = true; in parseV2DirFileTables()
242 DWARFDebugLine::ContentTypeTracker *ContentTypes) { in parseV5EntryFormat() argument
254 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.h91 ContentTypeTracker ContentTypes; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp919 bool HasChecksums = P.ContentTypes.HasMD5; in emitLineTablePrologueV5IncludeAndFileTable()
920 bool HasInlineSources = P.ContentTypes.HasSource; in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp290 if (prologue.ContentTypes.HasMD5) {