Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadList.cpp207 bool allow_section_end) const { in ResolveLoadAddress()
219 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
223 allow_section_end); in ResolveLoadAddress()
234 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
238 allow_section_end); in ResolveLoadAddress()
H A DStackFrame.cpp192 const bool allow_section_end = true; in GetFrameCodeAddress() local
195 AddressClass::eCode, allow_section_end)) { in GetFrameCodeAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h431 bool allow_section_end = false);
436 bool allow_section_end = false);
H A DSection.h147 bool allow_section_end = false) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h47 bool allow_section_end = false) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp246 bool allow_section_end) const { in ResolveContainedAddress()
254 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
256 so_addr, allow_section_end); in ResolveContainedAddress()
H A DAddress.cpp363 bool allow_section_end) { in SetOpcodeLoadAddress() argument
364 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
1002 bool allow_section_end) { in SetLoadAddress() argument
1004 load_addr, *this, allow_section_end)) in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp334 const bool allow_section_end = true; in InitializeNonZerothFrame() local
335 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()