Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp209 bool allow_section_end) const { in ResolveLoadAddress()
221 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
225 allow_section_end); in ResolveLoadAddress()
236 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
240 allow_section_end); in ResolveLoadAddress()
H A DStackFrame.cpp200 const bool allow_section_end = true; in GetFrameCodeAddress() local
203 AddressClass::eCode, allow_section_end)) { in GetFrameCodeAddress()
H A DRegisterContextUnwind.cpp379 const bool allow_section_end = true; in InitializeNonZerothFrame() local
380 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h394 bool allow_section_end = false);
399 bool allow_section_end = false);
H A DSection.h138 bool allow_section_end = false) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h44 bool allow_section_end = false) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp254 bool allow_section_end) const { in ResolveContainedAddress()
262 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
264 so_addr, allow_section_end); in ResolveContainedAddress()
H A DAddress.cpp380 bool allow_section_end) { in SetOpcodeLoadAddress() argument
381 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
1011 bool allow_section_end) { in SetLoadAddress() argument
1013 load_addr, *this, allow_section_end)) in SetLoadAddress()