Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp105 void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in DwarfFile
H A DDwarfFile.h157 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfDebug.cpp1593 InfoHolder.addScopeVariable(Scope, RegVar.get()); in collectVariableInfoFromMFTable()
1871 InfoHolder.addScopeVariable(&Scope, in createConcreteEntity()
H A DDwarfCompileUnit.cpp1524 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity()