Home
last modified time | relevance | path

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

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