Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugLoc.h113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/llvm/lib/IR/
DMetadata.cpp1103 return DbgLoc.getAsMDNode(); in getMetadataImpl()
1123 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
DVerifier.cpp979 dyn_cast_or_null<MDLocation>(I.getDebugLoc().getAsMDNode()); in visitMDSubprogram()
2895 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()
3394 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
DCore.cpp2190 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()