Home
last modified time | relevance | path

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

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