Home
last modified time | relevance | path

Searched refs:DbgVariable (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h26 class DbgVariable; variable
79 std::map<unsigned, DbgVariable *> Args;
80 SmallVector<DbgVariable *, 8> Locals;
153 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfCompileUnit.h93 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
216 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
218 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
323 void addVariableAddress(const DbgVariable &DV, DIE &Die,
333 void addComplexAddress(const DbgVariable &DV, DIE &Die,
339 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
H A DDwarfCompileUnit.cpp906 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE()
961 static SmallVector<DbgVariable *, 8>
962 sortLocalVars(SmallVectorImpl<DbgVariable *> &Input) { in sortLocalVars()
963 SmallVector<DbgVariable *, 8> Result; in sortLocalVars()
968 SmallDenseSet<DbgVariable *, 8> Visited; in sortLocalVars()
970 SmallDenseSet<DbgVariable *, 8> Visiting; in sortLocalVars()
981 DbgVariable *Var = Item.getPointer(); in sortLocalVars()
1011 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars()
1057 for (DbgVariable *DV : Locals) in createAndAddScopeChildren()
1328 if (const DbgVariable *Var = dyn_cast<const DbgVariable>(Entity)) in finishEntityDefinition()
[all …]
H A DDebugLocStream.h19 class DbgVariable; variable
159 DbgVariable &V;
166 DbgVariable &V, const MachineInstr &MI) in ListBuilder()
H A DDwarfDebug.h115 class DbgVariable : public DbgEntity {
136 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() function
184 void addMMIEntry(const DbgVariable &V);
H A DDwarfFile.cpp105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
H A DDwarfDebug.cpp228 const DIType *DbgVariable::getType() const { in getType()
258 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue()
272 ArrayRef<DbgVariable::FrameIndexExpr> DbgVariable::getFrameIndexExprs() const { in getFrameIndexExprs()
290 void DbgVariable::addMMIEntry(const DbgVariable &V) { in addMMIEntry()
1511 SmallDenseMap<InlinedEntity, DbgVariable *> MFVars; in collectVariableInfoFromMFTable()
1531 auto RegVar = std::make_unique<DbgVariable>( in collectVariableInfoFromMFTable()
1537 if (DbgVariable *DbgVar = MFVars.lookup(Var)) in collectVariableInfoFromMFTable()
1815 std::make_unique<DbgVariable>(cast<const DILocalVariable>(Node), in createConcreteEntity()
1818 cast<DbgVariable>(ConcreteEntities.back().get())); in createConcreteEntity()
1860 DbgVariable *RegVar = cast<DbgVariable>(createConcreteEntity(TheCU, in collectEntityInfo()
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dmissing-abstract-variable.ll14 ; Then, during 'a' emission, the abstract DbgVariable for 's' is created, but