Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugLoc.h114 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.cpp44 Args.push_back(StartLoc.getAsMDNode()); in createMetadata()
48 Args.push_back(EndLoc.getAsMDNode()); in createMetadata()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1274 return DbgLoc.getAsMDNode(); in getMetadataImpl()
1291 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
H A DVerifier.cpp2307 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode()); in visitFunction()
4072 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()
4634 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
4674 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
H A DCore.cpp2936 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()