Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp205 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress() function in Section
209 return parent_sp->SetFileAddress(m_file_addr - file_addr); in SetFileAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h166 bool SetFileAddress(lldb::addr_t file_addr);
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp258 section_sp->SetFileAddress(symbolfile_addr + in updateSectionLoadAddress()