Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp614 GlobalVariable *new_result_global = new GlobalVariable((*m_module), in CreateResultVariable() local
633 values[0] = new_result_global; in CreateResultVariable()
645 PrintValue(new_result_global).c_str()); in CreateResultVariable()
672 new_result_global, in CreateResultVariable()
680 result_global->replaceAllUsesWith(new_result_global); in CreateResultVariable()