Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h134 void setFlags(LineFlags Flags);
143 LineFlags Flags = LF_None;
H A DCodeView.h546 enum LineFlags : uint16_t { enum
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h94 codeview::LineFlags Flags;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp72 LLVM_YAML_DECLARE_BITSET_TRAITS(LineFlags)
239 void ScalarBitSetTraits<LineFlags>::bitset(IO &io, LineFlags &Flags) { in bitset()
589 Result->Lines.Flags = static_cast<LineFlags>(uint16_t(Lines.header()->Flags)); in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp157 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()