/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 78 DIVariable Var; /// Variable Descriptor. 89 DbgVariable(DIVariable V, DILocation IA, DIExpression E, DwarfDebug *DD, 108 DIVariable getVariable() const { return Var; } in getVariable() 336 DIVariable &Cleansed); 338 void createAbstractVariable(const DIVariable &DV, LexicalScope *Scope);
|
D | DebugLocEntry.h | 77 DIVariable getVariable() const { return cast<MDLocalVariable>(Variable); } in getVariable() 106 DIVariable Var = cast_or_null<MDLocalVariable>(Values[0].Variable); in MergeValues() 109 DIVariable NextVar = cast_or_null<MDLocalVariable>(Next.Values[0].Variable); in MergeValues()
|
D | DwarfDebug.cpp | 665 DIVariable &Cleansed) { in getExistingAbstractVariable() 675 DIVariable Cleansed; in getExistingAbstractVariable() 679 void DwarfDebug::createAbstractVariable(const DIVariable &Var, in createAbstractVariable() 689 DIVariable Cleansed; in ensureAbstractVariableIsCreated() 699 DIVariable Cleansed; in ensureAbstractVariableIsCreatedIfScoped() 930 for (DIVariable DV : SP->getVariables()) { in collectVariableInfo() 1129 DIVariable DIVar = Ranges.front().first->getDebugVariable(); in beginFunction() 1219 for (DIVariable DV : SP->getVariables()) { in endFunction() 1477 DIVariable DV = Value.getVariable(); in emitDebugLocValue()
|
D | DwarfFile.cpp | 140 DIVariable DV = Var->getVariable(); in addScopeVariable()
|
D | DwarfUnit.h | 237 void addSourceLine(DIE &Die, DIVariable V);
|
D | DwarfCompileUnit.cpp | 691 for (DIVariable DV : Variables) { in collectDeadVariables()
|
D | DwarfUnit.cpp | 399 void DwarfUnit::addSourceLine(DIE &Die, DIVariable V) { in addSourceLine()
|
D | AsmPrinter.cpp | 673 DIVariable V = MI->getDebugVariable(); in emitDebugValueComment()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 53 class DIVariable; variable 94 DECLARE_SIMPLIFY_DESCRIPTOR(DIVariable) 330 class DIVariable { 334 DIVariable(const MDLocalVariable *N = nullptr) 414 SIMPLIFY_DESCRIPTOR(DIVariable)
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 97 DIVariable Var(DDI->getVariable()); in printInfoComment() 105 DIVariable Var(DVI->getVariable()); in printInfoComment()
|
/external/llvm/test/CodeGen/Generic/ |
D | dbg_value.ll | 13 ; !0 should conform to the format of DIVariable.
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 228 DIVariable DV = dyn_cast<MDLocalVariable>(N); in processDeclare() 244 DIVariable DV = dyn_cast<MDLocalVariable>(N); in processValue()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 981 static bool LdStHasDebugValue(DIVariable &DIVar, Instruction *I) { in LdStHasDebugValue() 1001 DIVariable DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue() 1029 DIVariable DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue() 1080 DIB.insertDbgValueIntrinsic(AI, 0, DIVariable(DDI->getVariable()), in LowerDbgDeclare() 1108 DIVariable DIVar = DDI->getVariable(); in replaceDbgDeclareForAlloca()
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 95 DIVariable V = D->createLocalVariable( in LLVMDIBuilderCreateLocalVariable()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 257 DIVariable Variable = DBuilder.createLocalVariable( in CreateOldFunctionBodyAndDI()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 249 DIVariable getDebugVariable() const {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 205 DIVariable DIVar = DI->getVariable(); in set()
|
D | SelectionDAGBuilder.cpp | 4466 DIVariable DV(Variable); in EmitFuncArgumentDbgValue() 4653 DIVariable DIVar = Variable; in visitIntrinsicCall() 4676 (DIVariable(Variable)->getTag() == dwarf::DW_TAG_arg_variable || in visitIntrinsicCall() 4731 DIVariable DIVar = DI.getVariable(); in visitIntrinsicCall()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2861 llvm::DIVariable D = DBuilder.createLocalVariable( in EmitDeclare() 2885 llvm::DIVariable D = DBuilder.createLocalVariable( in EmitDeclare() 2899 llvm::DIVariable D = in EmitDeclare() 2984 llvm::DIVariable D = DBuilder.createLocalVariable( in EmitDeclareOfBlockDeclRefVariable() 3148 llvm::DIVariable debugVar = DBuilder.createLocalVariable( in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1622 DIVariable DIV = dyn_cast<MDLocalVariable>(MO.getMetadata()); in print() 1713 DIVariable DV = cast<MDLocalVariable>(getOperand(e - 2).getMetadata()); in print()
|
D | LiveDebugVariables.cpp | 397 DIVariable DV = cast<MDLocalVariable>(Variable); in print()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 1253 DIVariable D = DBuilder->createLocalVariable(dwarf::DW_TAG_arg_variable, in CreateArgumentAllocas()
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 398 DIVariable D = DBuilder->createLocalVariable(dwarf::DW_TAG_arg_variable,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 279 %"class.llvm::DIVariable" = type { %"class.llvm::DIDescriptor" }
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1169 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo() 4184 DIVariable Var(DbgDecl->getVariable()); in splitAlloca()
|