Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp220 bool allow_section_end) const { in ResolveLoadAddress()
232 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
236 allow_section_end); in ResolveLoadAddress()
247 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
251 allow_section_end); in ResolveLoadAddress()
H A DStackFrame.cpp202 const bool allow_section_end = true; in GetFrameCodeAddress() local
205 AddressClass::eCode, allow_section_end)) { in GetFrameCodeAddress()
H A DRegisterContextUnwind.cpp391 const bool allow_section_end = true; in InitializeNonZerothFrame() local
392 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h406 /// \param[in] allow_section_end
417 bool allow_section_end = false);
422 bool allow_section_end = false);
H A DSection.h152 bool allow_section_end = false) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h44 bool allow_section_end = false) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp244 bool allow_section_end) const { in ResolveContainedAddress()
252 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
254 so_addr, allow_section_end); in ResolveContainedAddress()
H A DAddress.cpp383 bool allow_section_end) { in SetOpcodeLoadAddress() argument
384 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
1048 bool allow_section_end) { in SetLoadAddress() argument
1050 load_addr, *this, allow_section_end)) in SetLoadAddress()