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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h162 void visitVAArgInst(VAArgInst &I);
H A DExecution.cpp1770 void Interpreter::visitVAArgInst(VAArgInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h192 RetTy visitVAArgInst(VAArgInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp118 void visitVAArgInst(VAArgInst &I);
614 void Lint::visitVAArgInst(VAArgInst &I) { function in class:Lint
H A DCFLGraph.h358 void visitVAArgInst(VAArgInst &Inst) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp461 void visitVAArgInst(VAArgInst &VAA) { visitInstruction(VAA); } function in class:__anon4760::Verifier

Completed in 46 milliseconds