HomeSort by relevance Sort by last modified time
    Searched refs:visitDbgDeclareInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
InstVisitor.h 205 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgInfoIntrinsic);}
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 100 void visitDbgDeclareInst(DbgDeclareInst &I) { remove(I); }

Completed in 98 milliseconds