Home
last modified time | relevance | path

Searched refs:DIVariable (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/IR/
DDebugInfo.cpp41 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 …]
DDIBuilder.cpp957 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/
DDIBuilder.h43 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,
DDebugInfo.h45 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/
Dllvm-dis.cpp93 DIVariable Var(DDI->getVariable()); in printInfoComment()
101 DIVariable Var(DVI->getVariable()); in printInfoComment()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h147 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);
DDwarfDebug.cpp952 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 …]
DDwarfCompileUnit.h253 void addSourceLine(DIE *Die, DIVariable V);
DDwarfCompileUnit.cpp245 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) { in addSourceLine()
DAsmPrinter.cpp566 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata())); in emitDebugValueComment()
/external/llvm/test/CodeGen/Generic/
Ddbg_value.ll13 ; !0 should conform to the format of DIVariable.
/external/llvm/lib/Transforms/Utils/
DLocal.cpp961 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/
DFunctionLoweringInfo.cpp115 DIVariable DIVar(DI->getVariable()); in set()
DFastISel.cpp600 DIVariable DIVar(DI->getVariable()); in SelectCall()
DSelectionDAGBuilder.cpp4386 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/
DCGDebugInfo.cpp2711 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/
DLiveDebugVariables.cpp358 DIVariable DV(variable); in print()
DMachineInstr.cpp1613 DIVariable DV(getOperand(e - 1).getMetadata()); in print()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll279 %"class.llvm::DIVariable" = type { %"class.llvm::DIDescriptor" }
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1116 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
DSROA.cpp798 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()