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

Declarations

include/llvm/IR/DebugLoc.h
   95     MDNode *getScope() const;

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1665       const MDNode *Scope = DL.getScope();
 1694         Scope = PrevInstLoc.getScope();
 1718   const MDNode *Scope = DL.getScope();
lib/CodeGen/GlobalISel/IRTranslator.cpp
 2095         DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
lib/CodeGen/LiveDebugVariables.cpp
  486   auto *Scope = cast<DIScope>(DL.getScope());
lib/IR/DebugInfo.cpp
  641           auto *Scope = DL.getScope();
lib/IR/DebugLoc.cpp
  123   auto *Scope = cast<DIScope>(getScope());
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  744           if (SP != getDISubprogram(Loc.getScope()))
lib/Transforms/Scalar/GVN.cpp
 1231       I->setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
lib/Transforms/Scalar/LICM.cpp
 1694     I.setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
lib/Transforms/Utils/InlineFunction.cpp
 1354   return DebugLoc::get(OrigDL.getLine(), OrigDL.getCol(), OrigDL.getScope(),
lib/Transforms/Utils/Local.cpp
 1279   MDNode *Scope = DeclareLoc.getScope();
tools/polly/lib/Support/ScopLocation.cpp
   32       auto *Scope = cast<DIScope>(DL.getScope());
unittests/IR/IRBuilderTest.cpp
  758   auto NewDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA);