| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | DebugIR.cpp | 58 Lines.insert(std::make_pair(V, Out.getLine() + 1)); in addEntry() 82 bool getLine(const Value *V, unsigned int &Line) const { in getLine() function in __anond1fb8f2c0111::ValueToLineMap 245 if (!LineTable.getLine(RealInst, Line)) { in visitInstruction() 347 if (LineTable.getLine(V, Line)) in findLine() 352 if (mapped && LineTable.getLine(mapped, Line)) in findLine()
|
| HD | GCOVProfiling.cpp | 462 if (Line == Loc.getLine()) continue; in emitProfileNotes() 463 Line = Loc.getLine(); in emitProfileNotes() 467 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| HD | IntelJITEventListener.cpp | 78 Result.LineNumber = Loc.getLine(); in LineStartToIntelJITFormat() 89 Result.LineNumber = Line.getLine(); in DILineInfoToIntelJITFormat()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DebugLoc.cpp | 110 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()), in getAsMDNode() 136 dbgs() << getLine(); in dump()
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 478 << PLoc.getLine() << ":"; in emitIncludeLocation() 490 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitImportLocation() 503 << PLoc.getFilename() << ':' << PLoc.getLine() << ":"; in emitBuildingModuleLocation()
|
| HD | PrintPreprocessedOutput.cpp | 169 return MoveToLine(PLoc.getLine()) || (PLoc.getLine() == 1); in MoveToLine() 273 unsigned NewLine = UserLoc.getLine(); in FileChanged()
|
| HD | LogDiagnosticPrinter.cpp | 165 DE.Line = PLoc.getLine(); in HandleDiagnostic()
|
| HD | TextDiagnostic.cpp | 799 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() 891 << PLoc.getLine() << ":\n"; in emitIncludeLocation() 901 << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n"; in emitImportLocation() 912 << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n"; in emitBuildingModuleLocation()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | DebugLoc.h | 72 unsigned getLine() const {
|
| HD | FormattedStream.h | 131 unsigned getLine() { return Position.second; } in getLine() function
|
| /trueos/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SampleProfile.cpp | 372 unsigned LOffset = Inst.getDebugLoc().getLine() - FirstLineno + 1; in getInstWeight() 426 unsigned FirstLineno = inst_begin(F)->getDebugLoc().getLine(); in emitAnnotations()
|
| /trueos/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceLocation.cpp | 52 OS << PLoc.getFilename() << ':' << PLoc.getLine() in print()
|
| /trueos/contrib/llvm/include/llvm/DebugInfo/ |
| HD | DIContext.h | 48 uint32_t getLine() const { return Line; } in getLine() function
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | AnalyzerStatsChecker.cpp | 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /trueos/contrib/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 57 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /trueos/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 430 if (dli != lastLine && dli.getLine() != 0) in DisassembleInputMachO2() 432 << dli.getLine() << ':' << dli.getColumn(); in DisassembleInputMachO2()
|
| /trueos/contrib/llvm/tools/llvm-symbolizer/ |
| HD | LLVMSymbolize.cpp | 51 LineInfo.getLine(), LineInfo.getColumn()); in patchFunctionNameInDILineInfo() 414 Result << Filename << ":" << LineInfo.getLine() << ":" << LineInfo.getColumn() in printDILineInfo()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/OProfileJIT/ |
| HD | OProfileJITEventListener.cpp | 89 Result.lineno = Loc.getLine(); in LineStartToOProfileFormat()
|
| /trueos/contrib/llvm/tools/llvm-rtdyld/ |
| HD | llvm-rtdyld.cpp | 177 << ", line:" << It->second.getLine() << "\n"; in printLineInfoForInput()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDumper.cpp | 421 OS << PLoc.getFilename() << ':' << PLoc.getLine() in dumpLocation() 424 LastLocLine = PLoc.getLine(); in dumpLocation() 425 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation() 426 OS << "line" << ':' << PLoc.getLine() in dumpLocation() 428 LastLocLine = PLoc.getLine(); in dumpLocation()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceLocation.h | 381 unsigned getLine() const { return Line; } in getLine() function
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | InlineFunction.cpp | 458 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo() 462 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCDwarf.h | 114 unsigned getLine() const { return Line; } in getLine() function
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.h | 57 unsigned getLine() const { return Line; } in getLine() function
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 173 int64_t LineDelta = static_cast<int64_t>(it->getLine()) - LastLine; in EmitDwarfLineTable() 183 LastLine = it->getLine(); in EmitDwarfLineTable()
|