Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp46 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()
266 SymbolContext sc(GetModule()); in ResolveSymbolContext()
285 GetModule()->GetSymbolFile()->SetLoadDebugInfoEnabled(); in ResolveSymbolContext()
381 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetIsOptimized()
397 if (SymbolFile *symfile = GetModule() in GetImportedModules()
[all...]
H A DSymbolFile.cpp37 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 DSymtab.cpp95 if (m_objfile->GetModule()) in Dump()
96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
285 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabIndexTime()); in InitNameIndexes()
1092 sc.module_sp = m_objfile->GetModule(); in FindFunctionSymbols()
1180 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in SaveToCache()
1309 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabParseTime()); in Decode()
1331 SectionList *sections = m_objfile->GetModule()->GetSectionList(); in Decode()
1339 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabIndexTime()); in Decode()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize()
148 ModuleSP module_sp(address.GetModule()); in ReadAddress()
285 ModuleSP Address::GetModule() const { in GetModule() function in Address
289 module_sp = section_sp->GetModule(); in GetModule()
450 ModuleSP module_sp = section_sp->GetModule(); in Dump()
502 ModuleSP module_sp(GetModule()); in Dump()
710 ModuleSP module_sp(GetModule()); in Dump()
840 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext()
854 return section_sp->GetModule(); in CalculateSymbolContextModule()
862 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextCompileUnit()
[all...]
H A DValueObjectMemory.cpp181 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue()
220 m_error = value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue()
236 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); }
232 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); } GetModule() function in ValueObjectMemory
H A DAddressRange.cpp52 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains()
189 ModuleSP module_sp(GetBaseAddress().GetModule()); in Dump()
H A DValueObjectVariable.cpp213 m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue()
228 m_value.ConvertToLoadAddress(GetModule().get(), target); in UpdateValue()
242 value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue()
334 lldb::ModuleSP ValueObjectVariable::GetModule() { in GetModule()
326 lldb::ModuleSP ValueObjectVariable::GetModule() { GetModule() function in ValueObjectVariable
H A DModuleChild.cpp24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); } in GetModule() function in ModuleChild
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp68 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp473 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()
505 m_objfile_sp->GetModule()->GetTypeSystemForLanguage(language); in InitializeObject()
519 GetObjectFile()->GetModule()->GetDescription(module_desc.AsRawOstream(), in InitializeObject()
530 *GetObjectFile()->GetModule(), apple_names, apple_namespaces, in InitializeObject()
542 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
555 std::make_unique<ManualDWARFIndex>(*GetObjectFile()->GetModule(), *this); in InitializeFirstCodeAddress()
560 *m_objfile_sp->GetModule()->GetSectionList()); in InitializeFirstCodeAddressRecursive()
632 m_objfile_sp->GetModule()->ReportWarning("{0}", error.GetString()); in CalculateAbilities()
654 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
664 m_objfile_sp->GetModule() in CalculateAbilities()
[all...]
H A DSymbolFileDWARFDebugMap.cpp82 ModuleSP oso_module_sp(oso_objfile->GetModule()); in GetFileRangeMap()
354 m_objfile_sp->GetModule()->ReportError( in InitOSO()
371 m_objfile_sp->GetModule()->ReportError( in InitOSO()
377 m_objfile_sp->GetModule()->ReportError( in InitOSO()
382 m_objfile_sp->GetModule()->ReportError( in InitOSO()
388 m_objfile_sp->GetModule()->ReportError( in InitOSO()
435 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
461 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
468 obj_file->GetModule(), GetCompUnitInfoIndex(comp_unit_info), oso_file, in GetModuleByCompUnitInfo()
603 m_objfile_sp->GetModule(), nullpt in ParseCompileUnitAtIndex()
[all...]
H A DDWARFBaseDIE.cpp84 lldb::ModuleSP DWARFBaseDIE::GetModule() const { in GetName()
87 return dwarf->GetObjectFile()->GetModule();
88 lldb::ModuleSP DWARFBaseDIE::GetModule() const { GetModule() function in DWARFBaseDIE
H A DDWARFASTParserClang.cpp265 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers()
447 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeFromDWARF()
515 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF()
584 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in ParseTypeModifier()
754 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier()
766 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier()
778 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseTypeModifier()
800 dwarf->GetObjectFile()->GetModule()->LogMessage( in GetDIEClassTemplateParams()
885 dwarf->GetObjectFile()->GetModule()->LogMessage( in ParseEnum()
955 dwarf->GetObjectFile()->GetModule() in ParseSubroutine()
[all...]
H A DDWARFDebugInfoEntry.cpp49 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
96 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
131 lldb::ModuleSP module = dwarf.GetObjectFile()->GetModule(); in GetDIENamesAndRanges()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp40 GetModule(), this, /*sect_id*/ 0, in CreateSections()
59 GetModule()->GetSectionList(); in SetLoadAddress()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp568 add_modules.AppendIfNeeded(image_info.GetModule()); in ParseKmods()
585 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods()
588 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods()
591 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods()
594 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in ReadAllKmods()
702 module_sp = m_kernel_image_info.GetModule(); in LoadKernelModules()
725 if (!m_kernel_image_info.IsLoaded() || !m_kernel_image_info.GetModule()) { in LoadKernelModules()
733 m_kernel_image_info.GetModule()->FindFirstSymbolWithNameAndType( in LoadKernelModules()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp134 static_cast<void *>(objfile_up->GetModule().get()), in CreateInstance()
135 objfile_up->GetModule()->GetSpecificationDescription().c_str(), in CreateInstance()
328 new Section(GetModule(), // Module to which this section belongs. in CreateSections()
367 ModuleSP module_sp = GetModule(); in SetLoadAddress()
435 ModuleSP module_sp(GetModule()); in Dump()
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressDocstrings.i56 lldb::SBAddress::GetModule;
H A DSBSymbolContextExtensions.i6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti…
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp145 ModuleSP module(GetModule()); in Dump()
186 ModuleSP module(GetModule()); in CreateSections()
301 ModuleSP module(GetModule()); in ParseHeader()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp101 llvm::Module *GetModule() { in GetModule() function in __anon76916bdd0111::CodeGeneratorImpl
332 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator
333 return static_cast<CodeGeneratorImpl*>(this)->GetModule(); in GetModule()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h45 lldb::ModuleSP GetModule() const;
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp53 return section_sp && section_sp->GetModule().get() != nullptr; in operator bool()
154 ModuleSP module_sp(section_sp->GetModule()); in GetFileOffset()
H A DSBAddress.cpp203 SBModule SBAddress::GetModule() { in GetModule() function in SBAddress
208 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp159 auto module_sp = m_objfile_sp->GetModule(); in CalculateAbilities()
300 GetObjectFile()->GetModule()->GetSectionList()); in ParseCompileUnitFunctionForPDBFunc()
604 GetObjectFile()->GetModule()->GetMutex()); in CompleteType()
761 lldbassert(sc.module_sp == cu_sp->GetModule()); in ResolveSymbolContext()
843 sc.module_sp = cu->GetModule(); in ResolveSymbolContext()
1035 ModuleSP module_sp = GetObjectFile()->GetModule(); in ParseVariableForPDBData()
1141 sc.module_sp = m_objfile_sp->GetModule(); in FindGlobalVariables()
1184 sc.module_sp = m_objfile_sp->GetModule(); in FindGlobalVariables()
1204 sc.module_sp = sc.comp_unit->GetModule(); in ResolveFunction()
1653 m_objfile_sp->GetModule() in GetTypeSystemForLanguage()
[all...]

12345