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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp209 bool allow_section_end) const {
221 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) {
225 allow_section_end);
236 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) {
240 allow_section_end);
H A DStackFrame.cpp200 const bool allow_section_end = true; local
203 AddressClass::eCode, allow_section_end)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h44 bool allow_section_end = false) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h383 /// \param[in] allow_section_end
394 bool allow_section_end = false);
399 bool allow_section_end = false);
H A DSection.h137 bool allow_section_end = false) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp253 bool allow_section_end) const {
261 child_section->GetByteSize() + (allow_section_end ? 1 : 0))
263 so_addr, allow_section_end);
H A DAddress.cpp380 bool allow_section_end) {
381 if (SetLoadAddress(load_addr, target, allow_section_end)) {
1011 bool allow_section_end) {
1013 load_addr, *this, allow_section_end))
378 SetOpcodeLoadAddress(lldb::addr_t load_addr, Target *target, AddressClass addr_class, bool allow_section_end) argument
1010 SetLoadAddress(lldb::addr_t load_addr, Target *target, bool allow_section_end) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp326 const bool allow_section_end = true; local
327 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end);

Completed in 107 milliseconds