Searched refs:getAsMDNode (Results 1 – 11 of 11) sorted by relevance
103 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
94 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
497 return DbgLoc.getAsMDNode(getContext()); in getMetadataImpl()518 DbgLoc.getAsMDNode(getContext()))); in getAllMetadataImpl()
99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode() function in DebugLoc
1738 .getAsMDNode(unwrap(Builder)->getContext())); in LLVMGetCurrentDebugLocation()
40 Args.push_back(Location.getAsMDNode()); in createMetadata()
848 NewInlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()852 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
1251 return DbgLoc.getAsMDNode(); in getMetadataImpl()1268 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
2063 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode()); in visitFunction()3740 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()4166 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
2431 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()