Searched refs:getAsMDNode (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDebugLoc.h53 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
103 MDNode *getAsMDNode() const { return Loc; } function in class:llvm::DebugLoc
/external/llvm/include/llvm/IR/
H A DDebugLoc.h63 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
113 MDNode *getAsMDNode() const { return Loc; } function in class:llvm::DebugLoc
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebugLoc.h92 /// getAsMDNode - This method converts the compressed DebugLoc node into a
94 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DMetadata.cpp497 return DbgLoc.getAsMDNode(getContext());
518 DbgLoc.getAsMDNode(getContext())));
H A DDebugLoc.cpp97 /// getAsMDNode - This method converts the compressed DebugLoc node into a
99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { function in class:DebugLoc
H A DCore.cpp1738 .getAsMDNode(unwrap(Builder)->getContext()));
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp40 Args.push_back(Location.getAsMDNode());
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DInlineFunction.cpp848 NewInlinedAtDL.getAsMDNode(Ctx));
852 InlinedAtDL.getAsMDNode(Ctx));
/external/llvm/lib/IR/
H A DMetadata.cpp1251 return DbgLoc.getAsMDNode();
1268 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode()));
H A DVerifier.cpp2063 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode());
3740 if (MDNode *N = I.getDebugLoc().getAsMDNode()) {
4166 if (MDNode *N = DII.getDebugLoc().getAsMDNode())
H A DCore.cpp2431 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()));

Completed in 1413 milliseconds