Searched refs:UnfoldConstant (Results 1 – 2 of 2) sorted by relevance
/external/lldb/include/lldb/Expression/ |
D | IRForTarget.h | 696 UnfoldConstant (llvm::Constant *old_constant,
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 820 if (!UnfoldConstant(ns_str, CFSCWB_Caller, m_entry_instruction_finder)) in RewriteObjCConstString() 2177 IRForTarget::UnfoldConstant(Constant *old_constant, in UnfoldConstant() function in IRForTarget 2227 … if (!UnfoldConstant(constant_expr, bit_cast_maker, entry_instruction_finder)) in UnfoldConstant() 2265 … if (!UnfoldConstant(constant_expr, get_element_pointer_maker, entry_instruction_finder)) in UnfoldConstant() 2475 UnfoldConstant(constant, body_result_maker, m_entry_instruction_finder); in ReplaceVariables()
|