Searched defs:EndLine (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 82 unsigned EndLine, EndColumn; in fromString() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() 434 unsigned EndLine; member in __anon3a2a73410311::GCOVFunction 595 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() 796 unsigned EndLine; in emitProfileNotes() local
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | NamespaceEndCommentsFixer.cpp | 308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | CommentParser.cpp | 510 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3142 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
|