Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h103 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/llvm/include/llvm/IR/
DDebugLoc.h113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode() function in DebugLoc