Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h78 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);
DDebugLocEntry.h77 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()
DDwarfDebug.cpp665 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()
DDwarfFile.cpp140 DIVariable DV = Var->getVariable(); in addScopeVariable()
DDwarfUnit.h237 void addSourceLine(DIE &Die, DIVariable V);
DDwarfCompileUnit.cpp691 for (DIVariable DV : Variables) { in collectDeadVariables()
DDwarfUnit.cpp399 void DwarfUnit::addSourceLine(DIE &Die, DIVariable V) { in addSourceLine()
DAsmPrinter.cpp673 DIVariable V = MI->getDebugVariable(); in emitDebugValueComment()
/external/llvm/include/llvm/IR/
DDebugInfo.h53 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/
Dllvm-dis.cpp97 DIVariable Var(DDI->getVariable()); in printInfoComment()
105 DIVariable Var(DVI->getVariable()); in printInfoComment()
/external/llvm/test/CodeGen/Generic/
Ddbg_value.ll13 ; !0 should conform to the format of DIVariable.
/external/llvm/lib/IR/
DDebugInfo.cpp228 DIVariable DV = dyn_cast<MDLocalVariable>(N); in processDeclare()
244 DIVariable DV = dyn_cast<MDLocalVariable>(N); in processValue()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp981 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/
DDIBuilderBindings.cpp95 DIVariable V = D->createLocalVariable( in LLVMDIBuilderCreateLocalVariable()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp257 DIVariable Variable = DBuilder.createLocalVariable( in CreateOldFunctionBodyAndDI()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h249 DIVariable getDebugVariable() const {
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp205 DIVariable DIVar = DI->getVariable(); in set()
DSelectionDAGBuilder.cpp4466 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/
DCGDebugInfo.cpp2861 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/
DMachineInstr.cpp1622 DIVariable DIV = dyn_cast<MDLocalVariable>(MO.getMetadata()); in print()
1713 DIVariable DV = cast<MDLocalVariable>(getOperand(e - 2).getMetadata()); in print()
DLiveDebugVariables.cpp397 DIVariable DV = cast<MDLocalVariable>(Variable); in print()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1253 DIVariable D = DBuilder->createLocalVariable(dwarf::DW_TAG_arg_variable, in CreateArgumentAllocas()
/external/llvm/docs/tutorial/
DLangImpl8.rst398 DIVariable D = DBuilder->createLocalVariable(dwarf::DW_TAG_arg_variable,
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll279 %"class.llvm::DIVariable" = type { %"class.llvm::DIDescriptor" }
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1169 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
4184 DIVariable Var(DbgDecl->getVariable()); in splitAlloca()

12