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

References

include/llvm/IR/DebugInfoMetadata.h
 1688                         getFile(), getLine(), getType(), getScopeLine(),
lib/Bitcode/Writer/BitcodeWriter.cpp
 1679   Record.push_back(N->getScopeLine());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1770     ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT,
lib/CodeGen/SafeStack.cpp
  776     IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP));
lib/IR/AsmWriter.cpp
 1959   Printer.printInt("scopeLine", N->getScopeLine());
lib/IR/DebugInfo.cpp
  441           FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(),
  452         FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType,
lib/IR/DebugLoc.cpp
   53     return DebugLoc::get(SP->getScopeLine(), 0, SP);
lib/IR/DiagnosticInfo.cpp
  124   Line = SP->getScopeLine();
lib/IR/LLVMContextImpl.h
  643         Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
  657            Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
lib/Transforms/IPO/MergeFunctions.cpp
  727       DebugLoc CIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
  728       DebugLoc RIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS);
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2992     EntryDebugLocation = DebugLoc::get(SP->getScopeLine(), 0, SP);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  855       EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
lib/Transforms/Utils/EntryExitInstrumenter.cpp
   84       DL = DebugLoc::get(SP->getScopeLine(), 0, SP);
unittests/IR/IRBuilderTest.cpp
  747   EXPECT_EQ(SP->getScopeLine(), GSP->getScopeLine());
  747   EXPECT_EQ(SP->getScopeLine(), GSP->getScopeLine());
  754       DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP);
unittests/IR/MetadataTest.cpp
 1833   EXPECT_EQ(ScopeLine, N->getScopeLine());