Home
last modified time | relevance | path

Searched refs:EndLine (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h85 unsigned EndLine, EndColumn; in fromString() local
89 if (Split.first.getAsInteger(10, EndLine) || in fromString()
97 if (EndLine == 0 || EndColumn == 0) in fromString()
106 EndLine = Begin.Line; in fromString()
111 {EndLine, EndColumn}}; in fromString()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument
16 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LLVM_ABI LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c446 Op->Asl.LineNumber, Op->Asl.EndLine, in LsTreeWriteWalk()
544 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId); in LsWriteNodeToListing()
658 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing()
675 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing()
H A Dasltree.c432 if (Op->Asl.EndLine) in TrSetOpEndLineNumber()
437 Op->Asl.EndLine = AslGbl_CurrentLineNumber; in TrSetOpEndLineNumber()
478 Op->Asl.LineNumber, Op->Asl.EndLine, in TrLinkOpChildren()
H A Dasltransform.c287 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
H A Daslcodegen.c299 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
H A Daslparseop.c575 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp331 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument
332 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident), in GCOVFunction()
376 write(EndLine); in writeOut()
416 unsigned EndLine; member in __anon09913f2a0311::GCOVFunction
577 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() argument
580 EndLine = 0; in functionHasLines()
589 EndLine = std::max(EndLine, Loc.getLine()); in functionHasLines()
778 unsigned EndLine; in emitProfileNotes() local
780 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F)) in emitProfileNotes()
816 Funcs.push_back(std::make_unique<GCOVFunction>(this, &F, SP, EndLine, in emitProfileNotes()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc231 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask;
233 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
237 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp681 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
684 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1178 UINT32 EndLine; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3237 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
3240 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()