/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 41 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() || in Verify() 139 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements() 144 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt() 525 bool DIVariable::Verify() const { in Verify() 653 bool DIVariable::isInlinedFnArgument(const Function *CurFn) { in isInlinedFnArgument() 811 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable() 818 return DIVariable(MDNode::get(VMContext, Elts)); in createInlinedVariable() 822 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) { in cleanseInlinedVariable() 829 return DIVariable(MDNode::get(VMContext, Elts)); in cleanseInlinedVariable() 1002 processScope(DIVariable(N).getContext()); in processDeclare() [all …]
|
D | DIBuilder.cpp | 957 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, in createLocalVariable() 986 DIVariable RetVar(Node); in createLocalVariable() 994 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope, in createComplexVariable() 1011 return DIVariable(MDNode::get(VMContext, Elts)); in createComplexVariable() 1161 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare() 1174 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare() 1194 DIVariable VarInfo, in insertDbgValueIntrinsic() 1210 DIVariable VarInfo, in insertDbgValueIntrinsic()
|
/external/llvm/include/llvm/ |
D | DIBuilder.h | 43 class DIVariable; variable 500 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope, 520 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope, 639 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo, 646 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo, 656 DIVariable VarInfo, 665 DIVariable VarInfo,
|
D | DebugInfo.h | 45 class DIVariable; variable 561 class DIVariable : public DIDescriptor { 565 explicit DIVariable(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() 714 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope, 718 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 93 DIVariable Var(DDI->getVariable()); in printInfoComment() 101 DIVariable Var(DVI->getVariable()); in printInfoComment()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 147 DIVariable Var; // Variable Descriptor. 155 DbgVariable(DIVariable V, DbgVariable *AV) in DbgVariable() 160 DIVariable getVariable() const { return Var; } in getVariable() 462 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
|
D | DwarfDebug.cpp | 952 DIVariable DV(Variables.getElement(vi)); in collectDeadVariables() 1252 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV, in findAbstractVariable() 1256 DIVariable Var = cleanseInlinedVariable(DV, Ctx); in findAbstractVariable() 1276 DIVariable DV = Var->getVariable(); in addCurrentFnArgument() 1304 DIVariable DV(Var); in collectVariableInfoFromMMITable() 1383 DIVariable DV(Var); in collectVariableInfo() 1458 DIVariable DV(Variables.getElement(i)); in collectVariableInfo() 1657 DIVariable DV(Var); in beginFunction() 1791 DIVariable DV = Var->getVariable(); in addScopeVariable() 1848 DIVariable DV(Variables.getElement(i)); in endFunction() [all …]
|
D | DwarfCompileUnit.h | 253 void addSourceLine(DIE *Die, DIVariable V);
|
D | DwarfCompileUnit.cpp | 245 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) { in addSourceLine()
|
D | AsmPrinter.cpp | 566 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata())); in emitDebugValueComment()
|
/external/llvm/test/CodeGen/Generic/ |
D | dbg_value.ll | 13 ; !0 should conform to the format of DIVariable.
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 961 static bool LdStHasDebugValue(DIVariable &DIVar, Instruction *I) { in LdStHasDebugValue() 981 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue() 1017 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue() 1092 DIVariable DIVar(DDI->getVariable()); in replaceDbgDeclareForAlloca() 1111 DIVariable NewDIVar = Builder.createComplexVariable( in replaceDbgDeclareForAlloca()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 115 DIVariable DIVar(DI->getVariable()); in set()
|
D | FastISel.cpp | 600 DIVariable DIVar(DI->getVariable()); in SelectCall()
|
D | SelectionDAGBuilder.cpp | 4386 DIVariable DV(Variable); in EmitFuncArgumentDbgValue() 4542 DIVariable DIVar(Variable); in visitIntrinsicCall() 4567 (DIVariable(Variable).getTag() == dwarf::DW_TAG_arg_variable || in visitIntrinsicCall() 4620 DIVariable DIVar(DI.getVariable()); in visitIntrinsicCall()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2711 llvm::DIVariable D = in EmitDeclare() 2740 llvm::DIVariable D = in EmitDeclare() 2756 llvm::DIVariable D = in EmitDeclare() 2844 llvm::DIVariable D = in EmitDeclareOfBlockDeclRefVariable() 3006 llvm::DIVariable debugVar = in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 358 DIVariable DV(variable); in print()
|
D | MachineInstr.cpp | 1613 DIVariable DV(getOperand(e - 1).getMetadata()); in print()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 279 %"class.llvm::DIVariable" = type { %"class.llvm::DIDescriptor" }
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1116 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
|
D | SROA.cpp | 798 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
|