Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h98 bool hasColumnInfo() const;
135 bool hasColumnInfo() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp490 (Lines.hasColumnInfo()) ? Group.Columns.front().StartColumn : 0; in findLineTable()
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
509 ColNum = (Lines.hasColumnInfo()) ? Group.Columns.back().StartColumn : 0; in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp423 if (Result->hasColumnInfo()) { in toCodeViewSubsection()
595 if (Lines.hasColumnInfo()) { in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp965 if (Lines.hasColumnInfo()) in dumpLines()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1192 if (LineInfo.hasColumnInfo()) { in printCodeViewSymbolSection()