Searched refs:UnfoldConstant (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRForTarget.h | 498 static bool UnfoldConstant(llvm::Constant *old_constant,
|
D | IRForTarget.cpp | 530 if (!UnfoldConstant(ns_str, nullptr, CFSCWB_Caller, m_entry_instruction_finder, in RewriteObjCConstString() 1532 bool IRForTarget::UnfoldConstant(Constant *old_constant, in UnfoldConstant() function in IRForTarget 1573 if (!UnfoldConstant(constant_expr, llvm_function, bit_cast_maker, in UnfoldConstant() 1613 if (!UnfoldConstant(constant_expr, llvm_function, in UnfoldConstant() 1812 if (!UnfoldConstant(constant, &llvm_function, body_result_maker, in ReplaceVariables()
|