Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp387 void processCallInst(DebugInfoFinder &Finder, const CallInst &CI);
2827 processCallInst(Finder, *CI); in processInstructions()
2831 void DebugInfoVerifier::processCallInst(DebugInfoFinder &Finder, in processCallInst() function in DebugInfoVerifier