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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp224 GlobalVariable *result_global = dyn_cast<GlobalVariable>(result_value); local
226 if (!result_global) {
236 clang::NamedDecl *result_decl = DeclForGlobal(result_global);
344 (*m_module), result_global->getType()->getElementType(),
371 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global),
374 if (result_global->use_empty()) {
384 if (!result_global->hasInitializer()) {
394 Constant *initializer = result_global->getInitializer();
402 result_global->replaceAllUsesWith(new_result_global);
409 result_global
[all...]

Completed in 132 milliseconds