Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp30 bool HasColumn = Header->Flags & uint16_t(LF_HaveColumns); in operator ()()
69 return !!(Header->Flags & LF_HaveColumns); in hasColumnInfo()
107 Header.Flags = hasColumnInfo() ? LF_HaveColumns : 0; in commit()
160 return Flags & LF_HaveColumns; in hasColumnInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h531 LF_HaveColumns = 1, // CV_LINES_HAVE_COLUMNS enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp338 OS.EmitIntValue(HaveColumns ? int(LF_HaveColumns) : 0, 2); in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp240 io.bitSetCase(Flags, "HasColumnInfo", LF_HaveColumns); in bitset()