Searched refs:getAsMDNode (Results 1 – 5 of 5) sorted by relevance
114 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
44 Args.push_back(StartLoc.getAsMDNode()); in createMetadata()48 Args.push_back(EndLoc.getAsMDNode()); in createMetadata()
1274 return DbgLoc.getAsMDNode(); in getMetadataImpl()1291 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
2307 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode()); in visitFunction()4072 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()4634 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()4674 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
2936 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()