Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h133 void setFlags(LineFlags Flags);
142 LineFlags Flags = LF_None;
DCodeView.h563 enum LineFlags : uint16_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h133 void setFlags(LineFlags Flags);
142 LineFlags Flags = LF_None;
DCodeView.h563 enum LineFlags : uint16_t { enum
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h93 codeview::LineFlags Flags;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h93 codeview::LineFlags Flags;
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstreamVisitor.h39 bool HasColumn = Header->Flags & LineFlags::HaveColumns; in operator()
DCodeView.h544 enum LineFlags : uint32_t { enum
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp156 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp156 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
/external/llvm-project/llvm/lib/ObjectYAML/
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()
/external/llvm/lib/MC/
DMCCodeView.cpp167 OS.EmitIntValue(HaveColumns ? int(LineFlags::HaveColumns) : 0, 2); in emitLineTableForFunction()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp885 bool HasColumnInformation = Flags & codeview::LineFlags::HaveColumns; in printCodeViewSymbolSection()