Searched defs:AbsDbgVariable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1095 auto AbsDbgVariable = make_unique<DbgVariable>(Var, this); local
1096 addScopeVariable(Scope, AbsDbgVariable.get());
1097 AbstractVariables[Var] = std::move(AbsDbgVariable);

Completed in 72 milliseconds