Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp343 GlobalVariable *new_result_global = new GlobalVariable( in CreateResultVariable() local
361 values[0] = ConstantAsMetadata::get(new_result_global); in CreateResultVariable()
372 PrintValue(new_result_global)); in CreateResultVariable()
397 new StoreInst(initializer, new_result_global, first_entry_instruction); in CreateResultVariable()
402 result_global->replaceAllUsesWith(new_result_global); in CreateResultVariable()