Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h153 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfFile.cpp106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in DwarfFile
H A DDwarfDebug.cpp1545 else if (InfoHolder.addScopeVariable(Scope, RegVar.get())) { in collectVariableInfoFromMFTable()
1823 InfoHolder.addScopeVariable(&Scope, in createConcreteEntity()
H A DDwarfCompileUnit.cpp1334 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity()