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

References

include/llvm/IR/DebugInfoMetadata.h
 2858                         getLine());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1865   Record.push_back(N->getLine());
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  446   addSourceLine(Die, L->getLine(), L->getFile());
lib/CodeGen/LiveDebugVariables.cpp
  512     Line = L->getLine();
lib/IR/AsmWriter.cpp
 2132   Printer.printInt("line", N->getLine());
lib/IR/LLVMContextImpl.h
  988         Line(N->getLine()) {}
  992            File == RHS->getRawFile() && Line == RHS->getLine();