Searched refs:entry_instruction_finder (Results 1 – 2 of 2) sorted by relevance
/external/lldb/include/lldb/Expression/ |
D | IRForTarget.h | 698 FunctionValueCache &entry_instruction_finder);
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 2179 FunctionValueCache &entry_instruction_finder) in UnfoldConstant() argument 2214 …FunctionValueCache bit_cast_maker ([&value_maker, &entry_instruction_finder, old_constant, constan… in UnfoldConstant() 2224 … llvm::cast<Instruction>(entry_instruction_finder.GetValue(function))); in UnfoldConstant() 2227 … if (!UnfoldConstant(constant_expr, bit_cast_maker, entry_instruction_finder)) in UnfoldConstant() 2237 …FunctionValueCache get_element_pointer_maker ([&value_maker, &entry_instruction_finder, old_consta… in UnfoldConstant() 2262 …lementPtrInst::Create(ptr, indices, "", llvm::cast<Instruction>(entry_instruction_finder.GetValue(… in UnfoldConstant() 2265 … if (!UnfoldConstant(constant_expr, get_element_pointer_maker, entry_instruction_finder)) in UnfoldConstant()
|