Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadList.cpp210 bool allow_section_end) const { in ResolveLoadAddress()
222 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
226 allow_section_end); in ResolveLoadAddress()
237 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
241 allow_section_end); in ResolveLoadAddress()
H A DStackFrame.cpp201 const bool allow_section_end = true; in GetFrameCodeAddress() local
204 AddressClass::eCode, allow_section_end)) { in GetFrameCodeAddress()
H A DRegisterContextUnwind.cpp377 const bool allow_section_end = true; in InitializeNonZerothFrame() local
378 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddress.h407 bool allow_section_end = false);
412 bool allow_section_end = false);
H A DSection.h144 bool allow_section_end = false) const;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSectionLoadList.h44 bool allow_section_end = false) const;
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp240 bool allow_section_end) const { in ResolveContainedAddress()
248 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
250 so_addr, allow_section_end); in ResolveContainedAddress()
H A DAddress.cpp381 bool allow_section_end) { in SetOpcodeLoadAddress() argument
382 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
1041 bool allow_section_end) { in SetLoadAddress() argument
1043 load_addr, *this, allow_section_end)) in SetLoadAddress()