Searched refs:ReadSectionData (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h82 size_t ReadSectionData(lldb_private::Section *section,
87 ReadSectionData(lldb_private::Section *section,
H A DObjectFileJIT.cpp231 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, function in class:ObjectFileJIT
248 size_t ObjectFileJIT::ReadSectionData( function in class:ObjectFileJIT
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp495 size_t ObjectFile::ReadSectionData(Section *section, function in class:ObjectFile
503 return section->GetObjectFile()->ReadSectionData(section, section_offset,
544 size_t ObjectFile::ReadSectionData(Section *section, function in class:ObjectFile
548 return section->GetObjectFile()->ReadSectionData(section, section_data);
H A DArmUnwindInfo.cpp52 objfile.ReadSectionData(arm_exidx.get(), m_arm_exidx_data);
53 objfile.ReadSectionData(arm_extab.get(), m_arm_extab_data);
H A DDWARFCallFrameInfo.cpp402 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data);
H A DCompactUnwindInfo.cpp281 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h618 virtual size_t ReadSectionData(Section *section,
625 virtual size_t ReadSectionData(Section *section,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h142 size_t ReadSectionData(lldb_private::Section *section,
146 size_t ReadSectionData(lldb_private::Section *section,
H A DObjectFileELF.cpp934 if (ReadSectionData(dynsym, dynsym_data) &&
935 ReadSectionData(dynstr, dynstr_data)) {
2305 if (ReadSectionData(symtab, symtab_data) &&
2306 ReadSectionData(strtab, strtab_data)) {
2335 if (ReadSectionData(dynsym, dynsym_data)) {
2533 if (!ReadSectionData(rel_section, rel_data))
2537 if (!ReadSectionData(symtab, symtab_data))
2541 if (!ReadSectionData(strtab, strtab_data))
3304 size_t ObjectFileELF::ReadSectionData(Section *section, function in class:ObjectFileELF
3309 return section->GetObjectFile()->ReadSectionData(sectio
3322 size_t ObjectFileELF::ReadSectionData(Section *section, function in class:ObjectFileELF
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp389 return m_obj_file->ReadSectionData(this, offset, dst, dst_len);
395 return m_obj_file->ReadSectionData(this, section_data);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp98 obj.ReadSectionData(&sect, data);
121 m_obj->ReadSectionData(&sect, data);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp601 m_objfile_sp->ReadSectionData(section_sp.get(), data);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1698 size_t bytes_read = objfile->ReadSectionData(

Completed in 230 milliseconds