Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1565 else if (InfoHolder.addScopeVariable(Scope, RegVar.get())) { in collectVariableInfoFromMFTable()
1843 InfoHolder.addScopeVariable(&Scope, in createConcreteEntity()
H A DDwarfCompileUnit.cpp1361 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity()