Searched refs:SetSectionLoadAddress (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h50 bool SetSectionLoadAddress(uint32_t stop_id,
H A DSectionLoadList.h46 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
H A DTarget.h1068 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp124 bool SectionLoadHistory::SetSectionLoadAddress( function in class:SectionLoadHistory
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr,
H A DSectionLoadList.cpp63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, function in class:SectionLoadList
H A DTarget.cpp2745 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, function in class:Target
2758 if (m_section_load_history.SetSectionLoadAddress(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp102 if (m_process->GetTarget().SetSectionLoadAddress(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp219 if (target.GetSectionLoadList().SetSectionLoadAddress(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h338 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp262 target.SetSectionLoadAddress(section_sp, lower, true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp242 target.SetSectionLoadAddress(section_sp, new_load_addr);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i433 SetSectionLoadAddress (lldb::SBSection section,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp105 target.GetSectionLoadList().SetSectionLoadAddress(
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2115 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, function in class:SBTarget
2117 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress,
2134 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) {
2613 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp681 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2755 .SetSectionLoadAddress(section_sp, load_addr))

Completed in 329 milliseconds