Home
last modified time | relevance | path

Searched refs:ClearSectionLoadList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1179 void ClearSectionLoadList();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp5197 void Target::ClearSectionLoadList() { GetSectionLoadList().Clear(); } in ClearSectionLoadList() function in Target