Home
last modified time | relevance | path

Searched refs:addScopeVariable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h153 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfFile.cpp105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in DwarfFile
H A DDwarfDebug.cpp1539 else if (InfoHolder.addScopeVariable(Scope, RegVar.get())) { in collectVariableInfoFromMFTable()
1817 InfoHolder.addScopeVariable(&Scope, in createConcreteEntity()
H A DDwarfCompileUnit.cpp1356 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity()