Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp492 GlobalVariable *result_global = dyn_cast<GlobalVariable>(result_value); in CreateResultVariable() local
494 if (!result_global) in CreateResultVariable()
505 clang::NamedDecl *result_decl = DeclForGlobal (result_global); in CreateResultVariable()
615result_global->getType()->getElementType(), in CreateResultVariable()
644 PrintValue(result_global).c_str(), in CreateResultVariable()
647 if (result_global->hasNUses(0)) in CreateResultVariable()
658 if (!result_global->hasInitializer()) in CreateResultVariable()
669 Constant *initializer = result_global->getInitializer(); in CreateResultVariable()
680 result_global->replaceAllUsesWith(new_result_global); in CreateResultVariable()
690 result_global->eraseFromParent(); in CreateResultVariable()