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

References

lib/IR/Core.cpp
 3036   return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode());
 3055       Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()));
lib/IR/DebugInfo.cpp
 1434   return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode());
lib/IR/Metadata.cpp
 1270     return DbgLoc.getAsMDNode();
 1287         std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode()));
lib/IR/Verifier.cpp
 2363       VisitDebugLoc(I, I.getDebugLoc().getAsMDNode());
 4218   if (MDNode *N = I.getDebugLoc().getAsMDNode()) {
 4929   if (MDNode *N = DII.getDebugLoc().getAsMDNode())
 4964   if (MDNode *N = DLI.getDebugLoc().getAsMDNode())
tools/clang/lib/CodeGen/CGLoopInfo.cpp
  411     LoopProperties.push_back(StartLoc.getAsMDNode());
  415       LoopProperties.push_back(EndLoc.getAsMDNode());