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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { argument
18 if (IsStatement) {
/freebsd-13-stable/contrib/llvm-project/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)
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h66 bool IsStatement; member in struct:llvm::CodeViewYAML::SourceLineEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp502 unsigned IsStatement = 1; local
550 if (IsStatement != Row.IsStmt) {
551 IsStatement = Row.IsStmt;
596 LastLine = FileNum = IsStatement = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp268 IO.mapRequired("IsStatement", Obj.IsStatement);
429 LineInfo(L.LineStart, LE, L.IsStatement),
435 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement));
609 SLE.IsStatement = LI.isStatement();

Completed in 174 milliseconds