Searched defs:visitVAStartInst (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | InstVisitor.h | 216 RetTy visitVAStartInst(VAStartInst &I) { DELEGATE(IntrinsicInst); } in visitVAStartInst() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 2878 void visitVAStartInst(VAStartInst &I) { VAHelper->visitVAStartInst(I); } visitVAStartInst() function |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ | ||
H A D | Execution.cpp | 1118 void Interpreter::visitVAStartInst(VAStartInst &I) { visitVAStartInst() function in Interpreter |