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

Declarations

include/llvm/IR/DebugLoc.h
   96     DILocation *getInlinedAt() const;

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 2095         DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
lib/CodeGen/LiveDebugVariables.cpp
  493   DebugLoc InlinedAtDL = DL.getInlinedAt();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1313                        !InstDL.getInlinedAt();
lib/IR/DebugInfo.cpp
  642           MDNode *InlinedAt = DL.getInlinedAt();
lib/IR/DebugLoc.cpp
  129   if (DebugLoc InlinedAtDL = getInlinedAt()) {
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/Local.cpp
 1280   DILocation *InlinedAt = DeclareLoc.getInlinedAt();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3749   setInlinedAt(llvm::DebugLoc(CurInlinedAt).getInlinedAt());
tools/llvm-dis/llvm-dis.cpp
   74   if (DILocation *IDL = DL.getInlinedAt()) {