| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 20 unsigned DebugLoc::getLine() const { return DILocation(Loc).getLineNumber(); } in getLine() function in DebugLoc 88 dbgs() << getLine(); in dump() 111 OS << ':' << getLine(); in print()
|
| H A D | LLVMContextImpl.h | 230 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getScope()), in KeyTy() 236 return Line == RHS->getLine() && Column == RHS->getColumn() &&
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 201 if (NextESV != EndESV && NextESV->getLine() == LI.line_number() && in render() 221 for (; NextESV != EndESV && NextESV->getLine() == LI.line_number(); in render() 238 errs() << "Expansion at line " << NextESV->getLine() << ", " in render()
|
| H A D | SourceCoverageView.h | 42 unsigned getLine() const { return Region.LineStart; } in getLine() function
|
| /minix3/external/bsd/llvm/dist/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 310 OS << ":" << PL.getLine() << ":" in printSourceLocation() 322 OS << " [" << PL.getLine() << ":" in printSourceRange() 332 OS << PL.getLine() << ":" << endCol << "]"; in printSourceRange()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 63 unsigned getLine() const;
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 131 unsigned getLine() { return Position.second; } in getLine() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 52 OS << PLoc.getFilename() << ':' << PLoc.getLine() in print()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 484 << PLoc.getLine() << ":"; in emitIncludeLocation() 496 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitImportLocation() 510 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitBuildingModuleLocation()
|
| H A D | PrintPreprocessedOutput.cpp | 157 return MoveToLine(PLoc.getLine()) || (PLoc.getLine() == 1); in MoveToLine() 264 unsigned NewLine = UserLoc.getLine(); in FileChanged()
|
| H A D | LogDiagnosticPrinter.cpp | 157 DE.Line = PLoc.getLine(); in HandleDiagnostic()
|
| H A D | TextDiagnostic.cpp | 791 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() 880 << PLoc.getLine() << ":\n"; in emitIncludeLocation() 890 << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n"; in emitImportLocation() 901 << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n"; in emitBuildingModuleLocation()
|
| /minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
| H A D | CmpRuns.py | 57 def getLine(self): member in AnalysisDiagnostic 83 return '%s:%d:%d, %s: %s' % (self.getFileName(), self.getLine(),
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 396 EXPECT_EQ(2u, L->getLine()); in TEST_F() 403 EXPECT_EQ(U24 - 1, L->getLine()); in TEST_F() 408 EXPECT_EQ(0u, L->getLine()); in TEST_F() 413 EXPECT_EQ(0u, L->getLine()); in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | SanitizerMetadata.cpp | 87 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())), in getLocationMetadata()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 60 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinCodeViewLineTables.cpp | 93 if (LastInstr.Filename == Filename && LastInstr.LineNumber == DL.getLine()) in maybeRecordLocation() 101 InstrInfo[MCL] = InstrInfoTy(Filename, DL.getLine()); in maybeRecordLocation()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 476 if (Loc.getLine() == 0) continue; in functionHasLines() 546 if (Loc.getLine() == 0) continue; in emitProfileNotes() 548 if (Line == Loc.getLine()) continue; in emitProfileNotes() 549 Line = Loc.getLine(); in emitProfileNotes() 553 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SampleProfile.cpp | 220 unsigned Lineno = DLoc.getLine(); in getInstWeight() 605 << TI->getDebugLoc().getLine() << ".\n"); in propagateWeights()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
| H A D | Cloning.cpp | 346 EXPECT_EQ(OldDL.getLine(), NewDL.getLine()); in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 380 unsigned getLine() const { return Line; } in getLine() function
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 207 int getLine() const { return Loc.Line; } in getLine() function in __anonbaccfa370211::ExprAST 211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump() 835 DebugLoc::get(AST->getLine(), AST->getCol(), DIScope(*Scope))); in emitLocation()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXSourceLocation.cpp | 303 if (line) *line = PreLoc.getLine(); in clang_getPresumedLocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 578 OS << PLoc.getFilename() << ':' << PLoc.getLine() in dumpLocation() 581 LastLocLine = PLoc.getLine(); in dumpLocation() 582 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation() 583 OS << "line" << ':' << PLoc.getLine() in dumpLocation() 585 LastLocLine = PLoc.getLine(); in dumpLocation()
|