Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h66 bool IsStatement; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp528 unsigned IsStatement = 1; in emitLineTableForUnit() local
576 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
577 IsStatement = Row.IsStmt; in emitLineTableForUnit()
622 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
/netbsd-src/external/apache2/llvm/dist/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()