| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DebugLoc.cpp | 26 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc 28 return get()->getLine(); in getLine() 75 dbgs() << getLine(); in dump() 93 OS << ':' << getLine(); in print()
|
| HD | LLVMContextImpl.h | 243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 247 return Line == RHS->getLine() && Column == RHS->getColumn() && 353 Line(N->getLine()), Scope(N->getRawScope()), 360 File == RHS->getRawFile() && Line == RHS->getLine() && 403 Line(N->getLine()), Scope(N->getRawScope()), 413 File == RHS->getRawFile() && Line == RHS->getLine() && 559 Line(N->getLine()), Type(N->getRawType()), 571 Line == RHS->getLine() && Type == RHS->getRawType() && 601 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()), 606 Line == RHS->getLine() && Column == RHS->getColumn(); [all …]
|
| HD | DiagnosticInfo.cpp | 141 *Line = L->getLine(); in getLocation()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ModuleDebugInfoPrinter.cpp | 87 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in print() 95 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in print() 105 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in print()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | DebugInfoMetadata.h | 537 unsigned getLine() const { return Line; } 710 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), 873 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), 1160 return getTemporary(getContext(), getLine(), getColumn(), getScope(), 1180 unsigned getLine() const { return SubclassData32; } 1215 return getFilename() != RHS.getFilename() || getLine() != RHS.getLine(); 1301 getFile(), getLine(), getType(), isLocalToUnit(), 1338 unsigned getLine() const { return Line; } 1459 inline unsigned getLine() const; 1495 return getTemporary(getContext(), getScope(), getFile(), getLine(), [all …]
|
| HD | DebugLoc.h | 93 unsigned getLine() const;
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | AddDiscriminators.cpp | 208 DILocation::get(Ctx, FirstDIL->getLine(), FirstDIL->getColumn(), in runOnFunction() 219 DEBUG(dbgs() << NewDIL->getFilename() << ":" << NewDIL->getLine() in runOnFunction()
|
| /NextBSD/contrib/llvm/tools/llvm-cov/ |
| HD | SourceCoverageView.cpp | 205 if (NextESV != EndESV && NextESV->getLine() == LI.line_number() && in render() 225 for (; NextESV != EndESV && NextESV->getLine() == LI.line_number(); in render() 242 errs() << "Expansion at line " << NextESV->getLine() << ", " in render()
|
| HD | SourceCoverageView.h | 42 unsigned getLine() const { return Region.LineStart; } in getLine() function
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | GCOVProfiling.cpp | 333 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 379 write(SP->getLine()); in writeOut() 474 if (Loc.getLine() == 0) continue; in functionHasLines() 538 if (Loc.getLine() == 0) continue; in emitProfileNotes() 540 if (Line == Loc.getLine()) continue; in emitProfileNotes() 541 Line = Loc.getLine(); in emitProfileNotes() 546 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SampleProfile.cpp | 223 unsigned Lineno = DLoc.getLine(); in getInstWeight() 612 << TI->getDebugLoc().getLine() << ".\n"); in propagateWeights() 650 return S->getLine(); in getFunctionLoc()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 484 << PLoc.getLine() << ":"; in emitIncludeLocation() 496 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitImportLocation() 510 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitBuildingModuleLocation()
|
| HD | PrintPreprocessedOutput.cpp | 153 return MoveToLine(PLoc.getLine()) || (PLoc.getLine() == 1); in MoveToLine() 260 unsigned NewLine = UserLoc.getLine(); in FileChanged()
|
| HD | LogDiagnosticPrinter.cpp | 157 DE.Line = PLoc.getLine(); in HandleDiagnostic()
|
| HD | 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()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | FormattedStream.h | 113 unsigned getLine() { return Position.second; } in getLine() function
|
| /NextBSD/contrib/compiler-rt/lib/ubsan/ |
| HD | ubsan_diag.cc | 55 AI.line = SLoc.getLine(); in MaybeReportErrorSummary() 123 RenderSourceLocation(&LocBuffer, SLoc.getFilename(), SLoc.getLine(), in renderLocation()
|
| HD | ubsan_value.h | 76 unsigned getLine() const { return Line; } in getLine() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceLocation.cpp | 52 OS << PLoc.getFilename() << ':' << PLoc.getLine() in print()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | AnalyzerStatsChecker.cpp | 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | SanitizerMetadata.cpp | 90 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())), in getLocationMetadata()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | WinCodeViewLineTables.cpp | 92 if (LastInstr.Filename == Filename && LastInstr.LineNumber == DL.getLine()) in maybeRecordLocation() 100 InstrInfo[MCL] = InstrInfoTy(Filename, DL.getLine(), DL.getCol()); in maybeRecordLocation()
|
| HD | DwarfUnit.cpp | 331 addSourceLine(Die, V->getLine(), V->getScope()->getFilename(), in addSourceLine() 338 addSourceLine(Die, G->getLine(), G->getFilename(), G->getDirectory()); in addSourceLine() 344 addSourceLine(Die, SP->getLine(), SP->getFilename(), SP->getDirectory()); in addSourceLine() 350 addSourceLine(Die, Ty->getLine(), Ty->getFilename(), Ty->getDirectory()); in addSourceLine() 356 addSourceLine(Die, Ty->getLine(), Ty->getFilename(), Ty->getDirectory()); in addSourceLine() 360 addSourceLine(Die, NS->getLine(), NS->getFilename(), NS->getDirectory()); in addSourceLine()
|
| /NextBSD/contrib/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 65 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 800 Record.push_back(N->getLine()); in WriteDILocation() 878 Record.push_back(N->getLine()); in WriteDIDerivedType() 900 Record.push_back(N->getLine()); in WriteDICompositeType() 975 Record.push_back(N->getLine()); in WriteDISubprogram() 1002 Record.push_back(N->getLine()); in WriteDILexicalBlock() 1031 Record.push_back(N->getLine()); in WriteDINamespace() 1086 Record.push_back(N->getLine()); in WriteDIGlobalVariable() 1107 Record.push_back(N->getLine()); in WriteDILocalVariable() 1137 Record.push_back(N->getLine()); in WriteDIObjCProperty() 1156 Record.push_back(N->getLine()); in WriteDIImportedEntity() [all …]
|