Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h158 bool SetFileAddress(lldb::addr_t file_addr);
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp256 section_sp->SetFileAddress(symbolfile_addr + in updateSectionLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1703 unified_section_sp->SetFileAddress(load_cmd.vmaddr); in ProcessSegmentCommand()