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

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx));
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx));
H A DInlineFunction.cpp451 NewInlinedAtDL.getAsMDNode(Ctx));
455 InlinedAtDL.getAsMDNode(Ctx));
/external/llvm/include/llvm/IR/
H A DDebugLoc.h100 /// getAsMDNode - This method converts the compressed DebugLoc node into a
102 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp137 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext()));
H A DMetadata.cpp693 return DbgLoc.getAsMDNode(getContext());
713 DbgLoc.getAsMDNode(getContext())));
H A DDebugLoc.cpp118 /// getAsMDNode - This method converts the compressed DebugLoc node into a
120 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { function in class:DebugLoc
H A DCore.cpp2014 .getAsMDNode(unwrap(Builder)->getContext()));
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp449 MDNode *MD = Loc.getAsMDNode(I.getContext());
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp547 DILocation DIL(DLoc.getAsMDNode(*Ctx));

Completed in 84 milliseconds