Searched refs:getAsMDNode (Results 1 – 9 of 9) sorted by relevance
106 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
349 return DbgLoc.getAsMDNode();
221 AddOrRemoveMetadataToCopy(LLVMContext::MD_dbg, L.getAsMDNode()); in SetCurrentDebugLocation()
55 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl()
424 LoopProperties.push_back(StartLoc.getAsMDNode()); in createMetadata()428 LoopProperties.push_back(EndLoc.getAsMDNode()); in createMetadata()
1570 return DbgLoc.getAsMDNode(); in getMetadataImpl()1575 if (DbgLoc && Pred(LLVMContext::MD_dbg, DbgLoc.getAsMDNode())) in eraseMetadataIf()1731 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
2917 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode()); in visitFunction()5071 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()6426 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()6462 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
3098 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3117 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
1748 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()