Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx)); in runOnFunction()
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx)); in runOnFunction()
DInlineFunction.cpp451 NewInlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
455 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
/external/llvm/include/llvm/IR/
DDebugLoc.h102 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
/external/llvm/lib/IR/
DDiagnosticInfo.cpp137 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext())); in getLocation()
DMetadata.cpp693 return DbgLoc.getAsMDNode(getContext()); in getMetadataImpl()
713 DbgLoc.getAsMDNode(getContext()))); in getAllMetadataImpl()
DDebugLoc.cpp120 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode() function in DebugLoc
DCore.cpp2014 .getAsMDNode(unwrap(Builder)->getContext())); in LLVMGetCurrentDebugLocation()
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp449 MDNode *MD = Loc.getAsMDNode(I.getContext()); in addDebugLocation()
/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp547 DILocation DIL(DLoc.getAsMDNode(*Ctx)); in getInstWeight()