Home
last modified time | relevance | path

Searched refs:ConcreteVariables (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp788 for (const auto &Var : ConcreteVariables) { in finishVariableDefinitions()
1157 ConcreteVariables.push_back(make_unique<DbgVariable>(DV, this)); in collectVariableInfoFromMMITable()
1158 DbgVariable *RegVar = ConcreteVariables.back().get(); in collectVariableInfoFromMMITable()
1226 ConcreteVariables.push_back(make_unique<DbgVariable>(MInsn, this)); in collectVariableInfo()
1227 DbgVariable *RegVar = ConcreteVariables.back().get(); in collectVariableInfo()
1284 ConcreteVariables.push_back(make_unique<DbgVariable>(DV, this)); in collectVariableInfo()
1285 addScopeVariable(Scope, ConcreteVariables.back().get()); in collectVariableInfo()
DDwarfDebug.h207 SmallVector<std::unique_ptr<DbgVariable>, 64> ConcreteVariables; variable