Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDIBuilder.h38 class DIVariable; variable
417 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
437 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
532 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
539 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
549 DIVariable VarInfo,
558 DIVariable VarInfo,
DDebugInfo.h44 class DIVariable; variable
91 explicit DIDescriptor(const DIVariable F);
614 class DIVariable : public DIDescriptor {
618 explicit DIVariable(const MDNode *N = 0)
819 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
823 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
/external/llvm/lib/VMCore/
DDebugInfo.cpp48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) { in DIDescriptor()
114 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements()
123 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt()
470 bool DIVariable::Verify() const { in Verify()
539 bool DIVariable::isInlinedFnArgument(const Function *CurFn) { in isInlinedFnArgument()
721 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable()
728 return DIVariable(MDNode::get(VMContext, Elts)); in createInlinedVariable()
732 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) { in cleanseInlinedVariable()
739 return DIVariable(MDNode::get(VMContext, Elts)); in cleanseInlinedVariable()
930 if (DIVariable(N).getVersion() <= LLVMDebugVersion10) in processDeclare()
[all …]
DDIBuilder.cpp777 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, in createLocalVariable()
801 return DIVariable(Node); in createLocalVariable()
806 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope, in createComplexVariable()
823 return DIVariable(MDNode::get(VMContext, Elts)); in createComplexVariable()
962 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
974 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
993 DIVariable VarInfo, in insertDbgValueIntrinsic()
1008 DIVariable VarInfo, in insertDbgValueIntrinsic()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h126 DIVariable Var; // Variable Descriptor.
134 DbgVariable(DIVariable V, DbgVariable *AV) in DbgVariable()
139 DIVariable getVariable() const { return Var; } in getVariable()
322 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DDwarfDebug.cpp800 DIVariable DV(Variables.getElement(vi)); in endModule()
900 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV, in findAbstractVariable()
904 DIVariable Var = cleanseInlinedVariable(DV, Ctx); in findAbstractVariable()
925 DIVariable DV = Var->getVariable(); in addCurrentFnArgument()
954 DIVariable DV(Var); in collectVariableInfoFromMMITable()
1031 DIVariable DV(Var); in collectVariableInfo()
1112 DIVariable DV(Variables.getElement(i)); in collectVariableInfo()
1300 DIVariable DV(Var); in beginFunction()
1464 DIVariable DV(Variables.getElement(i)); in endFunction()
1470 DIVariable CleanDV = cleanseInlinedVariable(DV, Ctx); in endFunction()
[all …]
DDwarfCompileUnit.h214 void addSourceLine(DIE *Die, DIVariable V);
DDwarfCompileUnit.cpp131 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) { in addSourceLine()
840 DIVariable DV(Element); in constructTypeDIE()
DAsmPrinter.cpp565 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata())); in emitDebugValueComment()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp93 DIVariable Var(DDI->getVariable()); in printInfoComment()
101 DIVariable Var(DVI->getVariable()); in printInfoComment()
/external/llvm/lib/Analysis/
DDbgInfoPrinter.cpp150 DIVariable Var(cast<MDNode>(DDI->getVariable())); in getLocationInfo()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp283 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in PrintDebugValueComment()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp804 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
835 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2318 llvm::DIVariable D = in EmitDeclare()
2334 llvm::DIVariable D = in EmitDeclare()
2348 llvm::DIVariable D = in EmitDeclare()
2377 llvm::DIVariable D = in EmitDeclare()
2447 llvm::DIVariable D = in EmitDeclareOfBlockDeclRefVariable()
2608 llvm::DIVariable debugVar = in EmitDeclareOfBlockLiteralArgVariable()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp119 DIVariable(DI->getVariable()).Verify() && in set()
DFastISel.cpp583 if (!DIVariable(DI->getVariable()).Verify() || in SelectCall()
DSelectionDAGBuilder.cpp4448 DIVariable DV(Variable); in EmitFuncArgumentDbgValue()
4589 if (!Address || !DIVariable(Variable).Verify()) { in visitIntrinsicCall()
4617 (DIVariable(Variable).getTag() == dwarf::DW_TAG_arg_variable || in visitIntrinsicCall()
4670 if (!DIVariable(DI.getVariable()).Verify()) in visitIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp720 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in PrintDebugValueComment()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp315 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in EmitInstruction()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp351 DIVariable DV(variable); in print()
DMachineInstr.cpp1723 DIVariable DV(getOperand(e - 1).getMetadata()); in print()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1071 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in PrintDebugValueComment()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1116 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()