Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDebugLoc.h93 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
/external/llvm/lib/IR/
DDebugLoc.cpp100 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode() function in DebugLoc
DMetadata.cpp682 return DbgLoc.getAsMDNode(getContext()); in getMetadataImpl()
703 DbgLoc.getAsMDNode(getContext()))); in getAllMetadataImpl()
DCore.cpp1809 .getAsMDNode(unwrap(Builder)->getContext())); in LLVMGetCurrentDebugLocation()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp448 NewInlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
452 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()