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

Declarations

include/llvm/IR/DebugLoc.h
  101     MDNode *getInlinedAtScope() const;

References

lib/IR/DebugLoc.cpp
   51   const MDNode *Scope = getInlinedAtScope();
unittests/Transforms/Utils/CloningTest.cpp
  588       auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope());
  589       auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope());