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

  /external/llvm/lib/IR/
IntrinsicInst.cpp 74 /// DbgValueInst - This represents the llvm.dbg.value instruction.
77 const Value *DbgValueInst::getValue() const {
78 return const_cast<DbgValueInst *>(this)->getValue();
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); }
DebugInfo.cpp 229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) {
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 34 class DbgValueInst;
66 /// DbgValueInst and DbgLoc attached to instructions. processModule will go
78 /// \brief Process DbgValueInst.
79 void processValue(const Module &M, const DbgValueInst *DVI);
InstVisitor.h 212 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);}
271 case Intrinsic::dbg_value: DELEGATE(DbgValueInst);
IntrinsicInst.h 108 /// DbgValueInst - This represents the llvm.dbg.value instruction.
110 class DbgValueInst : public DbgInfoIntrinsic {
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 104 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 398 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) {
399 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 39 class DbgValueInst;
99 const DbgValueInst* DI;
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
106 const DbgValueInst* getDI() { return DI; }
    [all...]
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 303 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1385 milliseconds