Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h570 LF_HaveColumns = 1, // CV_LINES_HAVE_COLUMNS enumerator
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp346 OS.emitInt16(HaveColumns ? int(LF_HaveColumns) : 0); in emitLineTableForFunction()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp239 io.bitSetCase(Flags, "HasColumnInfo", LF_HaveColumns); in bitset()