Home
last modified time | relevance | path

Searched refs:UnloadSections (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.h100 void UnloadSections(const lldb::ModuleSP module) override;
DDynamicLoaderHexagonDYLD.cpp251 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderHexagonDYLD
398 UnloadSections(module_sp); in RefreshModules()
/external/llvm-project/lldb/include/lldb/Target/
DDynamicLoader.h282 virtual void UnloadSections(const lldb::ModuleSP module);
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.h117 void UnloadSections(const lldb::ModuleSP module) override;
DDynamicLoaderPOSIXDYLD.cpp219 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderPOSIXDYLD
446 UnloadSections(module_sp); in RefreshModules()
/external/llvm-project/lldb/source/Core/
DDynamicLoader.cpp121 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoader
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp184 UnloadSections(module_to_remove); in UnloadImages()
228 UnloadSections(module_sp); in UnloadAllImages()