Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument
18 if (IsStatement) { in LineInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h35 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
98 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument
99 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h319 unsigned IsStatement = 1; in emitLineTableRows() local
369 if (IsStatement != Row.IsStmt) { in emitLineTableRows()
370 IsStatement = Row.IsStmt; in emitLineTableRows()
406 LastLine = FileNum = IsStatement = 1; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h66 bool IsStatement; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp268 IO.mapRequired("IsStatement", Obj.IsStatement); in mapping()
429 LineInfo(L.LineStart, LE, L.IsStatement), in toCodeViewSubsection()
435 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement)); in toCodeViewSubsection()
609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1065 unsigned IsStatement = 1; in emitLineTableRows() local
1122 if (IsStatement != Row.IsStmt) { in emitLineTableRows()
1123 IsStatement = Row.IsStmt; in emitLineTableRows()
1169 LastLine = FileNum = IsStatement = 1; in emitLineTableRows()