Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h134 void setFlags(LineFlags Flags);
143 LineFlags Flags = LF_None;
DCodeView.h529 enum LineFlags : uint16_t { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h94 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp157 void DebugLinesSubsection::setFlags(LineFlags Flags) { this->Flags = Flags; } in setFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
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()
/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()