Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h693 FunctionValueCache m_entry_instruction_finder; variable
/external/lldb/source/Expression/
DIRForTarget.cpp112 m_entry_instruction_finder (FindEntryInstruction) in IRForTarget()
817 … llvm::cast<Instruction>(m_entry_instruction_finder.GetValue(function))); in RewriteObjCConstString()
820 if (!UnfoldConstant(ns_str, CFSCWB_Caller, m_entry_instruction_finder)) in RewriteObjCConstString()
2446 …llvm::Instruction *entry_instruction = llvm::cast<Instruction>(m_entry_instruction_finder.GetValue… in ReplaceVariables()
2475 UnfoldConstant(constant, body_result_maker, m_entry_instruction_finder); in ReplaceVariables()