Home
last modified time | relevance | path

Searched refs:hasColumnInfo (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp67 bool DebugLinesSubsectionRef::hasColumnInfo() const { in hasColumnInfo() function in DebugLinesSubsectionRef
106 Header.Flags = hasColumnInfo() ? LF_HaveColumns : 0; in commit()
120 if (hasColumnInfo()) in commit()
129 if (hasColumnInfo()) { in commit()
142 if (hasColumnInfo()) in calculateSerializedSize()
158 bool DebugLinesSubsection::hasColumnInfo() const { in hasColumnInfo() function in DebugLinesSubsection
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h99 bool hasColumnInfo() const;
136 bool hasColumnInfo() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp495 (Lines.hasColumnInfo()) ? Group.Columns.front().StartColumn : 0; in findLineTable()
504 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
514 ColNum = (Lines.hasColumnInfo()) ? Group.Columns.back().StartColumn : 0; in findLineTable()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp423 if (Result->hasColumnInfo()) { in toCodeViewSubsection()
595 if (Lines.hasColumnInfo()) { in fromCodeViewSubsection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp865 if (Lines.hasColumnInfo()) in dumpLines()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1250 if (LineInfo.hasColumnInfo()) { in printCodeViewSymbolSection()