Home
last modified time | relevance | path

Searched refs:m_section_infos (Results 1 – 10 of 10) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1850 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1854 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1860 if (n_sect < m_section_infos.size()) { in GetSection()
1861 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1863 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1865 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1867 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1881 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1883 return m_section_infos[n_sect].section_sp; in GetSection()
1890 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1870 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1874 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1880 if (n_sect < m_section_infos.size()) { in GetSection()
1881 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1883 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1885 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1887 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1901 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1903 return m_section_infos[n_sect].section_sp; in GetSection()
1910 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1853 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1857 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1863 if (n_sect < m_section_infos.size()) { in GetSection()
1864 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1866 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1868 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1870 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1884 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1886 return m_section_infos[n_sect].section_sp; in GetSection()
1893 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1870 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1874 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1880 if (n_sect < m_section_infos.size()) { in GetSection()
1881 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1883 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1885 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1887 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1901 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1903 return m_section_infos[n_sect].section_sp; in GetSection()
1910 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1870 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1874 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1880 if (n_sect < m_section_infos.size()) { in GetSection()
1881 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1883 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1885 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1887 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1901 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1903 return m_section_infos[n_sect].section_sp; in GetSection()
1910 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1919 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1923 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1929 if (n_sect < m_section_infos.size()) { in GetSection()
1930 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1932 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1934 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1936 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1950 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1952 return m_section_infos[n_sect].section_sp; in GetSection()
1959 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1919 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1923 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1929 if (n_sect < m_section_infos.size()) { in GetSection()
1930 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1932 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1934 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1936 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1950 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1952 return m_section_infos[n_sect].section_sp; in GetSection()
1959 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1951 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1955 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1961 if (n_sect < m_section_infos.size()) { in GetSection()
1962 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1964 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1966 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1968 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1982 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1984 return m_section_infos[n_sect].section_sp; in GetSection()
1991 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1919 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1923 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1929 if (n_sect < m_section_infos.size()) { in GetSection()
1930 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1932 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1934 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1936 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1950 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1952 return m_section_infos[n_sect].section_sp; in GetSection()
1959 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1919 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1923 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1929 if (n_sect < m_section_infos.size()) { in GetSection()
1930 if (!m_section_infos[n_sect].section_sp) { in GetSection()
1932 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1934 m_section_infos[n_sect].vm_range.SetBaseAddress( in GetSection()
1936 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
1950 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) { in GetSection()
1952 return m_section_infos[n_sect].section_sp; in GetSection()
1959 return m_section_infos[n_sect].section_sp; in GetSection()
[all …]