Searched refs:getAsMDNode (Results 1 – 8 of 8) sorted by relevance
99 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
204 AddOrRemoveMetadataToCopy(LLVMContext::MD_dbg, L.getAsMDNode()); in SetCurrentDebugLocation()
58 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl()
423 LoopProperties.push_back(StartLoc.getAsMDNode()); in createMetadata()427 LoopProperties.push_back(EndLoc.getAsMDNode()); in createMetadata()
1480 return DbgLoc.getAsMDNode(); in getMetadataImpl()1491 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
2733 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode()); in visitFunction()4797 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()5926 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()5962 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
1598 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()
3090 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3109 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()