Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp215 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress() function in Section
219 return parent_sp->SetFileAddress(m_file_addr - file_addr); in SetFileAddress()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h152 bool SetFileAddress(lldb::addr_t file_addr);
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp259 section_sp->SetFileAddress(symbolfile_addr + in updateSectionLoadAddress()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1646 unified_section_sp->SetFileAddress(load_cmd.vmaddr); in ProcessSegmentCommand()