Home
last modified time | relevance | path

Searched refs:getAsMDNode (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h106 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
H A DInstruction.h349 return DbgLoc.getAsMDNode();
H A DIRBuilder.h221 AddOrRemoveMetadataToCopy(LLVMContext::MD_dbg, L.getAsMDNode()); in SetCurrentDebugLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp55 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp424 LoopProperties.push_back(StartLoc.getAsMDNode()); in createMetadata()
428 LoopProperties.push_back(EndLoc.getAsMDNode()); in createMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1570 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()
H A DVerifier.cpp2917 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()
H A DCore.cpp3098 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3117 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
H A DDebugInfo.cpp1748 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()