Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp549 GetSectionLoadList().ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()
2010 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory()
2307 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
5191 bool Target::HasLoadedSections() { return !GetSectionLoadList().IsEmpty(); } in HasLoadedSections()
5194 return GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
5197 void Target::ClearSectionLoadList() { GetSectionLoadList().Clear(); } in ClearSectionLoadList()
5200 GetSectionLoadList().Dump(s, this); in DumpSectionLoadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1706 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList() function