Home
last modified time | relevance | path

Searched refs:IsStatement (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument
19 if (IsStatement) { in LineInfo()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument
101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h67 bool IsStatement; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp269 IO.mapRequired("IsStatement", Obj.IsStatement); in mapping()
430 LineInfo(L.LineStart, LE, L.IsStatement), in toCodeViewSubsection()
436 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement)); in toCodeViewSubsection()
610 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()