reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/InstVisitor.h
  215   RetTy visitVAStartInst(VAStartInst &I)          { DELEGATE(IntrinsicInst); }
  302   RetTy delegateCallInst(CallInst &I) {
lib/Transforms/InstCombine/InstCombineCalls.cpp
 1748 Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2440   void visitVAStartInst(VAStartInst &I) {