Home
last modified time | relevance | path

Searched defs:EndLine (Results 1 – 8 of 8) 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.h85 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.h98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp331 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
416 unsigned EndLine; member in __anon09913f2a0311::GCOVFunction
577 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines()
778 unsigned EndLine; in emitProfileNotes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp681 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3237 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1178 UINT32 EndLine; member