Home
last modified time | relevance | path

Searched defs:EndLine (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h82 unsigned EndLine, EndColumn; in fromString() local
/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
434 unsigned EndLine; member in __anon671bdbf20311::GCOVFunction
595 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines()
796 unsigned EndLine; in emitProfileNotes() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp510 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3148 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1177 UINT32 EndLine; member