Home
last modified time | relevance | path

Searched refs:m_file_offset (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h146 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
149 m_file_offset = file_offset; in SetFileOffset()
263 lldb::offset_t m_file_offset; // Object file offset (if any) variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h152 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
173 lldb::offset_t m_file_offset; variable
H A DObjectContainerBSDArchive.cpp211 : m_arch(arch), m_modification_time(time), m_file_offset(file_offset), in Archive()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h283 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
738 lldb::addr_t m_file_offset; ///< The offset in bytes into the file, or the variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp163 m_file_offset(file_offset), m_file_size(file_size), in Section()
179 m_file_offset(file_offset), m_file_size(file_size), in Section()
297 m_file_offset, m_file_size, Get()); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp248 m_file_offset(file_offset), m_length(length), m_data(), m_process_wp(), in ObjectFile()
261 m_file ? m_file.GetPath().c_str() : "<NULL>", m_file_offset, in ObjectFile()
269 m_strata(eStrataInvalid), m_file_offset(0), m_length(0), m_data(), in ObjectFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1110 data_sp = MapFileData(m_file, header_and_lc_size, m_file_offset); in ParseHeader()