Searched refs:IsStatement (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 36 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 D | Line.cpp | 14 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 D | CodeViewYAMLDebugSections.h | 66 bool IsStatement; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 528 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 D | CodeViewYAMLDebugSections.cpp | 268 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()
|