Searched defs:getAsMDNode (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDebugLoc.h53 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
103 MDNode *getAsMDNode() const { return Loc; } function in class:llvm::DebugLoc
/external/llvm/include/llvm/IR/
H A DDebugLoc.h63 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
113 MDNode *getAsMDNode() const { return Loc; } function in class:llvm::DebugLoc
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp97 /// getAsMDNode - This method converts the compressed DebugLoc node into a
99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { function in class:DebugLoc

Completed in 405 milliseconds