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

References

include/llvm/IR/DebugInfoMetadata.h
 1404     return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
 1980   return DILocation::get(getContext(), getLine(), getColumn(), NewScope,
lib/Bitcode/Writer/BitcodeWriter.cpp
 1466   Record.push_back(N->getLine());
 3221       Vals.push_back(DL->getLine());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  280         InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc());
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  350       dbgs() << Location->getFilename() << ":" << Location->getLine() << ":"
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  541   addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine());
lib/IR/AsmWriter.cpp
 1790   Printer.printInt("line", DL->getLine(), /* ShouldSkipZero */ false);
lib/IR/Core.cpp
 1270       L = DL->getLine();
lib/IR/DebugInfo.cpp
  499       return DILocation::getDistinct(MLD->getContext(), MLD->getLine(),
  501     return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(),
  892   return unwrapDI<DILocation>(Location)->getLine();
lib/IR/DebugLoc.cpp
   27   return get()->getLine();
  109         Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last);
lib/IR/DiagnosticInfo.cpp
  115   Line = DL->getLine();
lib/IR/LLVMContextImpl.h
  290       : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
  294     return Line == RHS->getLine() && Column == RHS->getColumn() &&
lib/ProfileData/SampleProf.cpp
  172   return (DIL->getLine() - DIL->getScope()->getSubprogram()->getLine()) &
lib/Target/X86/X86DiscriminateMemOps.cpp
   50   return std::make_pair(Loc->getFilename(), Loc->getLine());
  155                      << DI->getFilename() << " Line: " << DI->getLine()
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3047           if (unsigned Line = LifetimeLoc->getLine())
lib/Transforms/Utils/AddDiscriminators.cpp
  201       Location L = std::make_pair(DIL->getFilename(), DIL->getLine());
  214                           << DIL->getFilename() << ":" << DIL->getLine() << ":"
  219         LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":"
  245           std::make_pair(CurrentDIL->getFilename(), CurrentDIL->getLine());
  253                      << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn()
lib/Transforms/Utils/InlineFunction.cpp
 1400       Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(),
lib/Transforms/Utils/LoopUnroll.cpp
  598                          << DIL->getFilename() << " Line: " << DIL->getLine());
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  309                          << DIL->getFilename() << " Line: " << DIL->getLine());
lib/Transforms/Vectorize/LoopVectorize.cpp
  822                    << DIL->getFilename() << " Line: " << DIL->getLine());
tools/opt/Debugify.cpp
  138         auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(),
unittests/IR/MetadataTest.cpp
  861     EXPECT_EQ(2u, L->getLine());
  867     EXPECT_EQ(UINT32_MAX, L->getLine());
  872     EXPECT_EQ(UINT32_MAX, L->getLine());
  877     EXPECT_EQ(UINT32_MAX, L->getLine());
  891     EXPECT_EQ(2u, M->getLine());
  901     EXPECT_EQ(0u, M->getLine()); // FIXME: Should this be 2?
  911     EXPECT_EQ(0u, M->getLine());
  921     EXPECT_EQ(0u, M->getLine());
  940     EXPECT_EQ(0u, M->getLine());
  952     EXPECT_EQ(0u, M->getLine());