Searched refs:getAsMDNode (Results 1 – 8 of 8) sorted by relevance
99 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
209 AddOrRemoveMetadataToCopy(LLVMContext::MD_dbg, L.getAsMDNode()); in SetCurrentDebugLocation()
61 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()
1380 return DbgLoc.getAsMDNode(); in getMetadataImpl()1391 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
2596 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode()); in visitFunction()4514 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()5478 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()5513 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
1593 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()
3108 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3127 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()