Searched refs:getAsMDNode (Results 1 – 11 of 11) sorted by relevance
110 MDNode *getAsMDNode() const { return Ref; } in getAsMDNode() function249 MDNode *getRawLabel() const { return Label.getAsMDNode(); }; in getRawLabel()437 MDNode *getRawVariable() const { return Variable.getAsMDNode(); } in getRawVariable()441 MDNode *getRawExpression() const { return Expression.getAsMDNode(); } in getRawExpression()503 return AddressExpression.getAsMDNode(); in getRawAddressExpression()
106 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
384 return DbgLoc.getAsMDNode();
218 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()
1579 return DbgLoc.getAsMDNode(); in getMetadataImpl()1584 if (DbgLoc && Pred(LLVMContext::MD_dbg, DbgLoc.getAsMDNode())) in eraseMetadataIf()1740 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
687 dyn_cast_or_null<DILocation>(DR.getDebugLoc().getAsMDNode())) in visitDbgRecords()3046 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode()); in visitFunction()5246 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()6393 if (MDNode *N = DLR.getDebugLoc().getAsMDNode()) in visit()6478 auto *DLNode = DVR.getDebugLoc().getAsMDNode(); in visit()6765 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()6801 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
1166 CreateMetadataSlot(DR.getDebugLoc().getAsMDNode()); in processDbgRecordMetadata()4708 WriteAsOperandInternal(Out, DVR.getDebugLoc().getAsMDNode(), WriterCtx, true); in printDbgVariableRecord()
1775 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()
3292 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3311 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()