Home
last modified time | relevance | path

Searched refs:GetSectionListFromModule (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp212 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections()
243 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections()
529 const SectionList *DynamicLoaderHexagonDYLD::GetSectionListFromModule( in GetSectionListFromModule() function in DynamicLoaderHexagonDYLD
H A DDynamicLoaderHexagonDYLD.h131 GetSectionListFromModule(const lldb::ModuleSP module) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp130 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon()
142 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule() function in DynamicLoader
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h376 GetSectionListFromModule(const lldb::ModuleSP module) const;