Home
last modified time | relevance | path

Searched refs:initial_value_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp234 lldb::addr_t func_load_addr, const Value *initial_value_ptr, in Evaluate() argument
269 m_dwarf_cu, reg_kind, initial_value_ptr, in Evaluate()
H A DDWARFExpression.cpp947 const lldb::RegisterKind reg_kind, const Value *initial_value_ptr, in Evaluate() argument
968 if (initial_value_ptr) in Evaluate()
969 stack.push_back(*initial_value_ptr); in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h155 const Value *initial_value_ptr, const Value *object_address_ptr);
H A DDWARFExpressionList.h126 const Value *initial_value_ptr,