reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 2641                         getFile(), getLine(), getType(), isLocalToUnit(),
 2780                         getLine(), getType(), getArg(), getFlags(),
lib/Analysis/ModuleDebugInfoPrinter.cpp
   95     printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1815   Record.push_back(N->getLine());
 1848   Record.push_back(N->getLine());
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  428   addSourceLine(Die, V->getLine(), V->getFile());
  434   addSourceLine(Die, G->getLine(), G->getFile());
lib/CodeGen/LiveDebugVariables.cpp
  509     Line = V->getLine();
lib/CodeGen/MachineInstr.cpp
 1766     OS << " line no:" <<  DV->getLine();
lib/IR/AsmWriter.cpp
 2098   Printer.printInt("line", N->getLine());
 2117   Printer.printInt("line", N->getLine());
lib/IR/Core.cpp
 1277         L = DGV->getLine();
lib/IR/DebugInfo.cpp
 1315   return unwrapDI<DIVariable>(Var)->getLine();
lib/IR/LLVMContextImpl.h
  907         Line(N->getLine()), Type(N->getRawType()),
  916            File == RHS->getRawFile() && Line == RHS->getLine() &&
  956         Line(N->getLine()), Type(N->getRawType()), Arg(N->getArg()),
  961            File == RHS->getRawFile() && Line == RHS->getLine() &&
unittests/IR/MetadataTest.cpp
 2155   EXPECT_EQ(Line, N->getLine());
 2271   EXPECT_EQ(Line, N->getLine());
unittests/Transforms/Utils/CloningTest.cpp
  822   EXPECT_EQ(GV->getLine(), 1U);