Home
last modified time | relevance | path

Searched refs:DIVar (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1605 static bool PhiHasDebugValue(DILocalVariable *DIVar, in PhiHasDebugValue() argument
1616 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1621 if ((DVR->getVariable() == DIVar) && (DVR->getExpression() == DIExpr)) in PhiHasDebugValue()
1688 DILocalVariable *DIVar, in insertDbgValueOrDbgVariableRecord() argument
1694 new DbgVariableRecord(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDbgVariableRecord()
1699 DIBuilder &Builder, Value *DV, DILocalVariable *DIVar, DIExpression *DIExpr, in insertDbgValueOrDbgVariableRecordAfter() argument
1703 insertDbgValueOrDbgVariableRecord(Builder, DV, DIVar, DIExpr, NewLoc, NextIt); in insertDbgValueOrDbgVariableRecordAfter()
1711 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue() local
1712 assert(DIVar && "Missing variable"); in ConvertDebugDeclareToDebugValue()
1734 insertDbgValueOrDbgVariableRecord(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp311 const DILocalVariable *DIVar = in beginFunction() local
313 if (DIVar->isParameter() && in beginFunction()
314 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DCodeViewDebug.cpp495 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable()
1331 Var.DIVar = VI.Var; in collectVariableInfoFromMFTable()
1466 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first); in collectVariableInfo() local
1474 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
1476 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
1482 Var.DIVar = DIVar; in collectVariableInfo()
2837 if (L.DIVar->isParameter()) in emitLocalVariableList()
2840 return L->DIVar->getArg() < R->DIVar->getArg(); in emitLocalVariableList()
2847 if (!L.DIVar->isParameter()) { in emitLocalVariableList()
2851 const DIType *Ty = L.DIVar->getType(); in emitLocalVariableList()
[all …]
H A DDwarfCompileUnit.cpp1683 const auto *DIVar = Var.getVariable(); in applyCommonDbgVariableAttributes() local
1684 if (DIVar) { in applyCommonDbgVariableAttributes()
1685 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyCommonDbgVariableAttributes()
1688 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyCommonDbgVariableAttributes()
1691 addSourceLine(VariableDie, DIVar); in applyCommonDbgVariableAttributes()
H A DCodeViewDebug.h109 const DILocalVariable *DIVar = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp136 DILocalVariable *DIVar = nullptr; member
916 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in initializeFrameInfo()
917 PFS.MF.setVariableDbgInfo(MaybeInfo->DIVar, MaybeInfo->DIExpr, in initializeFrameInfo()
1025 DILocalVariable *DIVar = nullptr; in parseVarExprLoc() local
1028 if (typecheckMDNode(DIVar, Var, VarStr, "DILocalVariable", *this) || in parseVarExprLoc()
1032 return VarExprLoc{DIVar, DIExpr, DILoc}; in parseVarExprLoc()
1044 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in parseStackObjectsDebugInfo()
1045 PFS.MF.setVariableDbgInfo(MaybeInfo->DIVar, MaybeInfo->DIExpr, FrameIdx, in parseStackObjectsDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2138 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() local
2139 if (!DIVar->isParameter()) in isEntryValueCandidate()