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

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

Completed in 91 milliseconds