Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h565 LF_HaveColumns = 1, // CV_LINES_HAVE_COLUMNS enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp345 OS.EmitIntValue(HaveColumns ? int(LF_HaveColumns) : 0, 2); in emitLineTableForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp239 io.bitSetCase(Flags, "HasColumnInfo", LF_HaveColumns); in bitset()