HomeSort by relevance Sort by last modified time
    Searched defs:DDI (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
DbgInfoPrinter.cpp 112 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
113 if (DDI->getAddress() == V)
114 return DDI;
148 const DbgDeclareInst *DDI = findDbgDeclare(V);
149 if (!DDI) return false;
150 DIVariable Var(cast<MDNode>(DDI->getVariable()));
  /external/llvm/lib/Transforms/Utils/
Local.cpp 244 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
245 if (DDI->getAddress())
802 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
804 DIVariable DIVar(DDI->getVariable());
827 DbgVal->setDebugLoc(DDI->getDebugLoc());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 81 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
82 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
83 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
323 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
324 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2904 milliseconds