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

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx));
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx));
InlineFunction.cpp 451 NewInlinedAtDL.getAsMDNode(Ctx));
455 InlinedAtDL.getAsMDNode(Ctx));
    [all...]
  /external/llvm/include/llvm/IR/
DebugLoc.h 100 /// getAsMDNode - This method converts the compressed DebugLoc node into a
102 MDNode *getAsMDNode(const LLVMContext &Ctx) const;
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 137 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext()));
Metadata.cpp 693 return DbgLoc.getAsMDNode(getContext());
713 DbgLoc.getAsMDNode(getContext())));
DebugLoc.cpp 118 /// getAsMDNode - This method converts the compressed DebugLoc node into a
120 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 449 MDNode *MD = Loc.getAsMDNode(I.getContext());
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 547 DILocation DIL(DLoc.getAsMDNode(*Ctx));
    [all...]

Completed in 133 milliseconds