Home
last modified time | relevance | path

Searched refs:SetFileAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp201 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress() function in Section
205 return parent_sp->SetFileAddress(m_file_addr - file_addr); in SetFileAddress()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h158 bool SetFileAddress(lldb::addr_t file_addr);
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp258 section_sp->SetFileAddress(symbolfile_addr + in updateSectionLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1687 unified_section_sp->SetFileAddress(load_cmd.vmaddr); in ProcessSegmentCommand()