Home
last modified time | relevance | path

Searched refs:VisitDebugLoc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2629 auto VisitDebugLoc = [&](const Instruction &I, const MDNode *Node) { in visitFunction() local
2662 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode()); in visitFunction()
2666 VisitDebugLoc(I, dyn_cast_or_null<MDNode>(MD->getOperand(i))); in visitFunction()