Searched refs:UserVariables (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h263 /// UserVariables - Every user variable mentioned by a DBG_VALUE instruction
265 SmallVector<const MDNode*, 8> UserVariables; member in class:llvm::DwarfDebug
H A DDwarfDebug.cpp976 UVI = UserVariables.begin(), UVE = UserVariables.end(); UVI != UVE;
1228 assert(UserVariables.empty() && DbgValues.empty() && "Maps weren't cleaned");
1255 UserVariables.push_back(Var);
1447 UserVariables.clear();

Completed in 46 milliseconds