| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() 147 ModuleSP module_sp(address.GetModule()); in ReadAddress() 273 ModuleSP Address::GetModule() const { in GetModule() function in Address 277 module_sp = section_sp->GetModule(); in GetModule() 438 ModuleSP module_sp = section_sp->GetModule(); in Dump() 490 ModuleSP module_sp(GetModule()); in Dump() 698 ModuleSP module_sp(GetModule()); in Dump() 828 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext() 842 return section_sp->GetModule(); in CalculateSymbolContextModule() 850 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextCompileUnit() [all …]
|
| H A D | AddressRange.cpp | 52 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains() 192 ModuleSP module_sp(GetBaseAddress().GetModule()); in Dump()
|
| H A D | ModuleChild.cpp | 24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); } in GetModule() function in ModuleChild
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 46 GetModule()->CalculateSymbolContext(sc); in CalculateSymbolContext() 49 ModuleSP CompileUnit::CalculateSymbolContextModule() { return GetModule(); } in CalculateSymbolContextModule() 54 GetModule()->DumpSymbolContext(s); in DumpSymbolContext() 159 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLanguage() 170 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLineTable() 189 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetDebugMacros() 271 SymbolContext sc(GetModule()); in ResolveSymbolContext() 290 GetModule()->GetSymbolFile()->SetLoadDebugInfoEnabled(); in ResolveSymbolContext() 495 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetIsOptimized() 511 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetImportedModules() [all …]
|
| H A D | SymbolFile.cpp | 37 return GetObjectFile()->GetModule()->GetMutex(); in GetModuleMutex() 46 lldb::ModuleSP module_sp(objfile_sp->GetModule()); in FindPlugin() 170 return m_objfile_sp->GetModule()->GetObjectFile(); in GetMainObjectFile() 222 m_objfile_sp->GetModule()->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage() 233 ModuleSP module_sp(m_objfile_sp->GetModule()); in GetDebugInfoSize()
|
| H A D | Block.cpp | 258 func_addr.GetModule()->GetSectionList()); in GetRangeContainingAddress() 278 if (addr.GetModule() != func_addr.GetModule()) in GetRangeIndexContainingAddress() 288 assert(func_addr.GetModule()); in ToAddressRange() 291 func_addr.GetModule()->GetSectionList()); in ToAddressRange() 299 if (!addr.GetModule()) in GetRangeAtIndex() 308 if (!addr.GetModule()) in GetRanges() 319 if (!func_addr.GetModule() || m_ranges.IsEmpty()) in GetStartAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 68 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() 104 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() 106 ModuleSP curr_module_sp(ats_pos->second->GetModule()); in SetSectionLoadAddress() 153 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() 157 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() 188 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() 191 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 473 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF() 511 m_objfile_sp->GetModule()->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage() 525 GetObjectFile()->GetModule()->GetDescription(module_desc.AsRawOstream(), in InitializeObject() 536 *GetObjectFile()->GetModule(), apple_names, apple_namespaces, in InitializeObject() 548 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject() 561 std::make_unique<ManualDWARFIndex>(*GetObjectFile()->GetModule(), *this); in InitializeObject() 566 *m_objfile_sp->GetModule()->GetSectionList()); in InitializeFirstCodeAddress() 638 m_objfile_sp->GetModule()->ReportWarning("{0}", error.GetString()); in CalculateAbilities() 660 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() 670 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() [all …]
|
| H A D | SymbolFileDWARFDebugMap.cpp | 84 ModuleSP oso_module_sp(oso_objfile->GetModule()); in GetFileRangeMap() 355 m_objfile_sp->GetModule()->ReportError( in InitOSO() 372 m_objfile_sp->GetModule()->ReportError( in InitOSO() 378 m_objfile_sp->GetModule()->ReportError( in InitOSO() 383 m_objfile_sp->GetModule()->ReportError( in InitOSO() 389 m_objfile_sp->GetModule()->ReportError( in InitOSO() 437 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo() 463 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo() 470 obj_file->GetModule(), GetCompUnitInfoIndex(comp_unit_info), oso_file, in GetModuleByCompUnitInfo() 605 m_objfile_sp->GetModule(), nullptr, in ParseCompileUnitAtIndex() [all …]
|
| H A D | DWARFBaseDIE.cpp | 84 lldb::ModuleSP DWARFBaseDIE::GetModule() const { in GetModule() function in DWARFBaseDIE 87 return dwarf->GetObjectFile()->GetModule(); in GetModule()
|
| H A D | DWARFASTParserClang.cpp | 359 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers() 541 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeFromDWARF() 609 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF() 678 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in GetPtrAuthMofidierPayload() 848 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier() 860 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier() 872 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier() 894 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier() 981 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseEnum() 1043 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 567 add_modules.AppendIfNeeded(image_info.GetModule()); in ParseKmods() 584 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods() 587 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods() 590 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods() 593 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods() 701 module_sp = m_kernel_image_info.GetModule(); in LoadKernelModules() 724 if (!m_kernel_image_info.IsLoaded() || !m_kernel_image_info.GetModule()) { in LoadKernelModules() 732 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in LoadKernelModules()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectMemory.cpp | 185 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 224 m_error = value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 240 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); } in GetModule() function in ValueObjectMemory
|
| H A D | ValueObjectVariable.cpp | 207 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 222 m_value.ConvertToLoadAddress(GetModule().get(), target); in UpdateValue() 235 m_error = value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 325 lldb::ModuleSP ValueObjectVariable::GetModule() { in GetModule() function in ValueObjectVariable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
| H A D | ObjectFilePlaceholder.cpp | 40 GetModule(), this, /*sect_id*/ 0, in CreateSections() 59 GetModule()->GetSectionList(); in SetLoadAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 134 static_cast<void *>(objfile_up->GetModule().get()), in CreateInstance() 135 objfile_up->GetModule()->GetSpecificationDescription().c_str(), in CreateInstance() 298 new Section(GetModule(), // Module to which this section belongs. in CreateSections() 337 ModuleSP module_sp = GetModule(); in SetLoadAddress() 405 ModuleSP module_sp(GetModule()); in Dump()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 101 llvm::Module *GetModule() { in GetModule() function in __anonbec9d48b0111::CodeGeneratorImpl 332 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator 333 return static_cast<CodeGeneratorImpl*>(this)->GetModule(); in GetModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 145 ModuleSP module(GetModule()); in Dump() 186 ModuleSP module(GetModule()); in CreateSections() 297 ModuleSP module(GetModule()); in ParseHeader()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
| H A D | ObjectFileJSON.cpp | 165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() 201 parent_section_sp, GetModule(), this, sect_id, name, sect_type, in CreateSections() 207 GetModule(), this, sect_id, name, sect_type, vm_addr, vm_size, in CreateSections()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAddressDocstrings.i | 56 lldb::SBAddress::GetModule;
|
| H A D | SBSymbolContextExtensions.i | 6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti…
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleChild.h | 45 lldb::ModuleSP GetModule() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSection.cpp | 53 return section_sp && section_sp->GetModule().get() != nullptr; in operator bool() 154 ModuleSP module_sp(section_sp->GetModule()); in GetFileOffset()
|
| H A D | SBAddress.cpp | 203 SBModule SBAddress::GetModule() { in GetModule() function in SBAddress 208 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 114 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in CreateBinary() 318 ModuleSP module_sp(GetModule()); in CreateSectionsWithBitness()
|