Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h103 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h94 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
/external/llvm/include/llvm/IR/
DDebugLoc.h113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp497 return DbgLoc.getAsMDNode(getContext()); in getMetadataImpl()
518 DbgLoc.getAsMDNode(getContext()))); in getAllMetadataImpl()
DDebugLoc.cpp99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode() function in DebugLoc
DCore.cpp1738 .getAsMDNode(unwrap(Builder)->getContext())); in LLVMGetCurrentDebugLocation()
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp40 Args.push_back(Location.getAsMDNode()); in createMetadata()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp848 NewInlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
852 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
/external/llvm/lib/IR/
DMetadata.cpp1251 return DbgLoc.getAsMDNode(); in getMetadataImpl()
1268 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
DVerifier.cpp2063 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode()); in visitFunction()
3740 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()
4166 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
DCore.cpp2431 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1274 return DbgLoc.getAsMDNode(); in getMetadataImpl()
1291 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode())); in getAllMetadataImpl()
DVerifier.cpp2259 dyn_cast_or_null<DILocation>(I.getDebugLoc().getAsMDNode()); in visitFunction()
3982 if (MDNode *N = I.getDebugLoc().getAsMDNode()) { in visitInstruction()
4507 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic()
4539 if (MDNode *N = DLI.getDebugLoc().getAsMDNode()) in visitDbgLabelIntrinsic()
DCore.cpp2661 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()