Searched refs:IsStatement (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 35 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 D | DebugLineSectionEmitter.h | 319 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 D | CodeViewYAMLDebugSections.h | 66 bool IsStatement; member
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1065 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()
|