Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h215 RetTy visitVAStartInst(VAStartInst &I) { DELEGATE(IntrinsicInst); } in visitVAStartInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2568 void visitVAStartInst(VAStartInst &I) { in visitVAStartInst() function
4322 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
4459 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
4628 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
4896 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
5183 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
5278 void visitVAStartInst(VAStartInst &I) override {} in visitVAStartInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1118 void Interpreter::visitVAStartInst(VAStartInst &I) { in visitVAStartInst() function in Interpreter