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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2362 auto VisitDebugLoc = [&](const Instruction &I, const MDNode *Node) { local
2393 VisitDebugLoc(I, I.getDebugLoc().getAsMDNode());
2397 VisitDebugLoc(I, dyn_cast_or_null<MDNode>(MD->getOperand(i)));

Completed in 167 milliseconds