Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
250 if (ContentTypes) in parseV5EntryFormat()
251 ContentTypes->trackContentType(Descriptor.Type); in parseV5EntryFormat()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h91 ContentTypeTracker ContentTypes; member
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1655 if (LineTable->Prologue.ContentTypes.HasMD5) in preprocessDebugInfo()
1693 if (DwarfVersion >= 5 && LineTable->Prologue.ContentTypes.HasMD5) in preprocessDebugInfo()