Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1269 std::pair<const Instruction::Operand *, int64_t> base_and_offset = in GetBaseExplainingValue() local
1272 if (!base_and_offset.first) { in GetBaseExplainingValue()
1276 base_and_offset.second -= immediate_child->m_immediate; in GetBaseExplainingValue()
1278 base_and_offset.second += immediate_child->m_immediate; in GetBaseExplainingValue()
1280 return base_and_offset; in GetBaseExplainingValue()
1351 std::pair<const Instruction::Operand *, int64_t> base_and_offset = in GuessValueForAddress() local
1354 if (!base_and_offset.first) { in GuessValueForAddress()
1358 switch (base_and_offset.first->m_type) { in GuessValueForAddress()
1361 if (target_sp->ResolveLoadAddress(base_and_offset.first->m_immediate + in GuessValueForAddress()
1362 base_and_offset.second, in GuessValueForAddress()
[all …]