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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp79 /// UserValueScopes - Keeps track of lexical scopes associated with a
81 class UserValueScopes { class in namespace:__anon10421
87 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {} function in class:__anon10421::UserValueScopes
238 UserValueScopes &UVS);
257 UserValueScopes &UVS);
543 UserValueScopes &UVS) {
676 UserValueScopes &UVS) {
728 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);

Completed in 113 milliseconds