Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h680 class FunctionValueCache {
684 FunctionValueCache (Maker const &maker);
685 ~FunctionValueCache ();
693 FunctionValueCache m_entry_instruction_finder;
697 FunctionValueCache &value_maker,
698 FunctionValueCache &entry_instruction_finder);
/external/lldb/source/Expression/
DIRForTarget.cpp51 IRForTarget::FunctionValueCache::FunctionValueCache(Maker const &maker) : in FunctionValueCache() function in IRForTarget::FunctionValueCache
57 IRForTarget::FunctionValueCache::~FunctionValueCache() in ~FunctionValueCache()
61 llvm::Value *IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) in GetValue()
813FunctionValueCache CFSCWB_Caller ([this, &CFSCWB_arguments] (llvm::Function *function)->llvm::Valu… in RewriteObjCConstString()
2178 FunctionValueCache &value_maker, in UnfoldConstant()
2179 FunctionValueCache &entry_instruction_finder) in UnfoldConstant()
2214FunctionValueCache bit_cast_maker ([&value_maker, &entry_instruction_finder, old_constant, constan… in UnfoldConstant()
2237FunctionValueCache get_element_pointer_maker ([&value_maker, &entry_instruction_finder, old_consta… in UnfoldConstant()
2441FunctionValueCache body_result_maker ([this, name, offset_type, offset, argument, value] (llvm::Fu… in ReplaceVariables()