HomeSort by relevance Sort by last modified time
    Searched refs:getAsMDNode (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
DebugLoc.h 91 /// getAsMDNode - This method converts the compressed DebugLoc node into a
93 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
  /external/llvm/lib/IR/
DebugLoc.cpp 98 /// getAsMDNode - This method converts the compressed DebugLoc node into a
100 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
Metadata.cpp 646 return DbgLoc.getAsMDNode(getContext());
667 DbgLoc.getAsMDNode(getContext())));
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 458 NewInlinedAtDL.getAsMDNode(Ctx));
462 InlinedAtDL.getAsMDNode(Ctx));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 449 MDNode *MD = Loc.getAsMDNode(I.getContext());

Completed in 286 milliseconds