Home
last modified time | relevance | path

Searched refs:LF_HaveColumns (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp29 bool HasColumn = Header->Flags & uint16_t(LF_HaveColumns); in operator ()()
68 return !!(Header->Flags & LF_HaveColumns); in hasColumnInfo()
106 Header.Flags = hasColumnInfo() ? LF_HaveColumns : 0; in commit()
159 return Flags & LF_HaveColumns; in hasColumnInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h565 LF_HaveColumns = 1, // CV_LINES_HAVE_COLUMNS enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCCodeView.cpp345 OS.EmitIntValue(HaveColumns ? int(LF_HaveColumns) : 0, 2); in emitLineTableForFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp239 io.bitSetCase(Flags, "HasColumnInfo", LF_HaveColumns); in bitset()