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

  /external/llvm/include/llvm/IR/
DebugLoc.h 63 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
113 MDNode *getAsMDNode() const { return Loc; }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 97 /// getAsMDNode - This method converts the compressed DebugLoc node into a
99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {

Completed in 55 milliseconds