Home
last modified time | relevance | path

Searched refs:LineFlags (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h134 void setFlags(LineFlags Flags);
143 LineFlags Flags = LF_None;
H A DCodeView.h578 enum LineFlags : uint16_t { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h93 codeview::LineFlags Flags;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp156 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp71 LLVM_YAML_DECLARE_BITSET_TRAITS(LineFlags)
238 void ScalarBitSetTraits<LineFlags>::bitset(IO &io, LineFlags &Flags) { in bitset()
588 Result->Lines.Flags = static_cast<LineFlags>(uint16_t(Lines.header()->Flags)); in fromCodeViewSubsection()