Searched refs:getAsMDNode (Results 1 – 4 of 4) sorted by relevance
113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
1103 return DbgLoc.getAsMDNode(); in getMetadataImpl()1123 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
979 dyn_cast_or_null<MDLocation>(I.getDebugLoc().getAsMDNode()); in visitMDSubprogram()2895 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()3394 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
2190 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()