Searched refs:DIVar (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1577 static bool PhiHasDebugValue(DILocalVariable *DIVar, in PhiHasDebugValue() argument 1588 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue() 1593 if ((DVR->getVariable() == DIVar) && (DVR->getExpression() == DIExpr)) in PhiHasDebugValue() 1660 DILocalVariable *DIVar, in insertDbgValueOrDbgVariableRecord() argument 1665 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecord() 1673 new DbgVariableRecord(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDbgVariableRecord() 1679 DIBuilder &Builder, Value *DV, DILocalVariable *DIVar, DIExpression *DIExpr, in insertDbgValueOrDbgVariableRecordAfter() argument 1682 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecordAfter() 1690 new DbgVariableRecord(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDbgVariableRecordAfter() 1700 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 307 const DILocalVariable *DIVar = in beginFunction() local 309 if (DIVar->isParameter() && in beginFunction() 310 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
|
H A D | CodeViewDebug.cpp | 493 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() 1322 Var.DIVar = VI.Var; in collectVariableInfoFromMFTable() 1452 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first); in collectVariableInfo() 1460 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo() 1462 Scope = LScopes.findLexicalScope(DIVar->getScope()); in beginFunctionImpl() 1468 Var.DIVar = DIVar; in beginFunctionImpl() 2823 if (L.DIVar->isParameter()) in emitLocalVariableList() 2826 return L->DIVar->getArg() < R->DIVar in emitLocalVariableList() 1439 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first); collectVariableInfo() local [all...] |
H A D | DwarfCompileUnit.cpp | 1637 const auto *DIVar = Var.getVariable(); in applyCommonDbgVariableAttributes() local 1638 if (DIVar) { in applyCommonDbgVariableAttributes() 1639 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyCommonDbgVariableAttributes() 1642 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyCommonDbgVariableAttributes() 1645 addSourceLine(VariableDie, DIVar); in applyCommonDbgVariableAttributes()
|
H A D | CodeViewDebug.h | 105 const DILocalVariable *DIVar = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 136 DILocalVariable *DIVar = nullptr; member 838 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in initializeFrameInfo() 839 PFS.MF.setVariableDbgInfo(MaybeInfo->DIVar, MaybeInfo->DIExpr, in initializeFrameInfo() 947 DILocalVariable *DIVar = nullptr; in parseVarExprLoc() local 950 if (typecheckMDNode(DIVar, Var, VarStr, "DILocalVariable", *this) || in parseVarExprLoc() 954 return VarExprLoc{DIVar, DIExpr, DILoc}; in parseVarExprLoc() 966 if (MaybeInfo->DIVar || MaybeInfo->DIExpr || MaybeInfo->DILoc) in parseStackObjectsDebugInfo() 967 PFS.MF.setVariableDbgInfo(MaybeInfo->DIVar, MaybeInfo->DIExpr, FrameIdx, in parseStackObjectsDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2131 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() local 2132 if (!DIVar->isParameter()) in isEntryValueCandidate()
|