Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugLoc.h99 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
H A DIRBuilder.h204 AddOrRemoveMetadataToCopy(LLVMContext::MD_dbg, L.getAsMDNode()); in SetCurrentDebugLocation()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp58 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp423 LoopProperties.push_back(StartLoc.getAsMDNode()); in createMetadata()
427 LoopProperties.push_back(EndLoc.getAsMDNode()); in createMetadata()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1480 return DbgLoc.getAsMDNode(); in getMetadataImpl()
1491 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
H A DVerifier.cpp2733 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()
H A DDebugInfo.cpp1598 return wrap(unwrap<Instruction>(Inst)->getDebugLoc().getAsMDNode()); in LLVMInstructionGetDebugLoc()
H A DCore.cpp3090 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3109 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()