Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h66 bool IsStatement; member
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp522 unsigned IsStatement = 1; in emitLineTableForUnit() local
568 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
569 IsStatement = Row.IsStmt; in emitLineTableForUnit()
614 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
/openbsd-src/gnu/llvm/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()