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.h135 void setFlags(LineFlags Flags);
144 LineFlags Flags = LF_None;
H A DCodeView.h552 enum LineFlags : uint16_t { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h94 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.cpp69 LLVM_YAML_DECLARE_BITSET_TRAITS(LineFlags)
236 void ScalarBitSetTraits<LineFlags>::bitset(IO &io, LineFlags &Flags) { in bitset()
586 Result->Lines.Flags = static_cast<LineFlags>(uint16_t(Lines.header()->Flags)); in fromCodeViewSubsection()