Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1262 void ClearAllLoadedSections();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2637 GetTarget().ClearAllLoadedSections(); in LaunchPrivate()
2762 GetTarget().ClearAllLoadedSections(); in LoadCore()
2948 GetTarget().ClearAllLoadedSections(); in Attach()
H A DTarget.cpp3325 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); } in ClearAllLoadedSections() function in Target