Home
last modified time | relevance | path

Searched refs:ClearAllLoadedSections (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1105 void ClearAllLoadedSections();
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp828 m_process->GetTarget().ClearAllLoadedSections(); in PrivateInitialize()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2900 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); } in ClearAllLoadedSections() function in Target