Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp129 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon()
141 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule() function in DynamicLoader
/openbsd-src/gnu/llvm/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()
533 const SectionList *DynamicLoaderHexagonDYLD::GetSectionListFromModule( in GetSectionListFromModule() function in DynamicLoaderHexagonDYLD
H A DDynamicLoaderHexagonDYLD.h131 GetSectionListFromModule(const lldb::ModuleSP module) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicLoader.h353 GetSectionListFromModule(const lldb::ModuleSP module) const;