Searched refs:obj_file (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp65 ObjectFileELF *obj_file =
67 if (!obj_file)
70 lldb_private::UUID uuid = obj_file->GetUUID();
75 if (obj_file->GetSectionList()->FindSectionByType(
83 fspec = obj_file->GetDebugLink().getValueOr(FileSpec());
91 module_spec.GetFileSpec() = obj_file->GetFileSpec();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp47 lldb::ObjectFileSP obj_file = lldb_private::ObjectFile::FindPlugin( local
51 if (obj_file == nullptr)
55 new SymbolFileDWARFDwp(module_sp, obj_file));
79 lldb::ObjectFileSP obj_file)
80 : m_obj_file(std::move(obj_file)), m_debug_cu_index(llvm::DW_SECT_INFO)
78 SymbolFileDWARFDwp(lldb::ModuleSP module_sp, lldb::ObjectFileSP obj_file) argument
H A DSymbolFileDWARFDwp.h34 lldb::ObjectFileSP obj_file);
H A DSymbolFileDWARFDebugMap.cpp411 ObjectFile *obj_file = GetObjectFile(); local
428 obj_file->GetModule()->ReportError(
461 obj_file->GetModule(), GetCompUnitInfoIndex(comp_unit_info), oso_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp335 ObjectFile *obj_file = GetObjectFile(); local
337 if (obj_file != nullptr) {
338 m_uuid = obj_file->GetUUID();
496 if (ObjectFile *obj_file = sc.module_sp->GetObjectFile())
498 obj_file->ResolveSymbolForAddress(so_addr, verify_unique);
1022 ObjectFile *obj_file = GetObjectFile(); local
1023 if (obj_file != nullptr) {
1256 ObjectFile *obj_file = GetObjectFile(); local
1257 if (obj_file != nullptr)
1258 obj_file
1264 ObjectFile *obj_file = GetObjectFile(); local
1383 ObjectFile *obj_file = symbol_file->GetObjectFile(); local
1448 ObjectFile *obj_file = GetObjectFile(); local
1621 ObjectFile *obj_file = GetObjectFile(); local
[all...]
H A DDynamicLoader.cpp144 ObjectFile *obj_file = module->GetObjectFile(); local
145 if (obj_file != nullptr) {
146 sections = obj_file->GetSectionList();
H A DSection.cpp153 Section::Section(const ModuleSP &module_sp, ObjectFile *obj_file, argument
160 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
175 const ModuleSP &module_sp, ObjectFile *obj_file,
182 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
174 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
H A DAddress.cpp999 ObjectFile *obj_file = module_sp->GetObjectFile(); local
1000 if (obj_file) {
1004 return obj_file->GetAddressClass(GetFileAddress());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h102 Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
113 const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h94 void PopulateSymtab(lldb_private::ObjectFile *obj_file,
97 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h36 virtual void PopulateSymtab(lldb_private::ObjectFile *obj_file,
39 virtual void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp545 ObjectFile *obj_file = module->GetObjectFile(); local
546 if (obj_file) {
547 sections = obj_file->GetSectionList();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp50 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); local
51 Address addr = obj_file->GetImageInfoAddress(target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1235 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, argument
1241 lldb_private::ObjectFile *obj_file,
1246 obj_file->GetModule(), obj_file, record.m_section_id,
1240 PopulateSectionList( lldb_private::ObjectFile *obj_file, lldb_private::SectionList &section_list) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp403 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); local
404 Address addr = obj_file->GetImageInfoAddress(&GetTarget());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp440 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); local
441 Address addr = obj_file->GetImageInfoAddress(target);

Completed in 278 milliseconds