Home
last modified time | relevance | path

Searched refs:MemoryRegionInfos (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp69 MemoryRegionInfos &Ref() { return m_regions; } in Ref()
71 const MemoryRegionInfos &Ref() const { return m_regions; } in Ref()
74 MemoryRegionInfos m_regions;
77 MemoryRegionInfos &SBMemoryRegionInfoList::ref() { return m_opaque_up->Ref(); } in ref()
79 const MemoryRegionInfos &SBMemoryRegionInfoList::ref() const { in ref()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h49 lldb_private::MemoryRegionInfos &ref();
51 const lldb_private::MemoryRegionInfos &ref() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.h37 const lldb_private::MemoryRegionInfos &memory_regions) const override;
41 const lldb_private::MemoryRegionInfos &memory_regions) const override;
H A DMemoryTagManagerAArch64MTE.cpp83 const lldb_private::MemoryRegionInfos &memory_regions) const { in MakeTaggedRange()
103 MemoryRegionInfos::const_iterator region = std::find_if( in MakeTaggedRange()
135 const lldb_private::MemoryRegionInfos &memory_regions) const { in MakeTaggedRanges()
168 MemoryRegionInfos::const_iterator overlap = std::adjacent_find( in MakeTaggedRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryTagManager.h73 const lldb_private::MemoryRegionInfos &memory_regions) const = 0;
90 const lldb_private::MemoryRegionInfos &memory_regions) const = 0;
H A DMemoryRegionInfo.h178 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
H A DProcess.h1964 GetMemoryRegions(lldb_private::MemoryRegionInfos &region_list);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h80 GetMemoryRegions(lldb_private::MemoryRegionInfos &region_list) override;
115 std::optional<MemoryRegionInfos> m_memory_regions;
H A DMinidumpParser.h111 std::pair<MemoryRegionInfos, bool> BuildMemoryRegions();
120 static MemoryRegionInfo GetMemoryRegionInfo(const MemoryRegionInfos &regions,
H A DMinidumpParser.cpp333 const MemoryRegionInfos &regions, in CheckForLinuxExecutable()
362 MemoryRegionInfos linux_regions; in GetFilteredModuleList()
589 std::pair<MemoryRegionInfos, bool> MinidumpParser::BuildMemoryRegions() { in BuildMemoryRegions()
596 MemoryRegionInfos result; in BuildMemoryRegions()
667 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo()
H A DProcessMinidump.cpp384 MemoryRegionInfos to_add; in BuildMemoryRegions()
422 Status ProcessMinidump::GetMemoryRegions(MemoryRegionInfos &region_list) { in GetMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp86 MemoryRegionInfos memory_regions; in DoExecute()
239 MemoryRegionInfos memory_regions; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h83 GetMemoryRegions(lldb_private::MemoryRegionInfos &region_list) override;
H A DScriptedProcess.cpp303 Status ScriptedProcess::GetMemoryRegions(MemoryRegionInfos &region_list) { in GetMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6214 Status Process::GetMemoryRegions(lldb_private::MemoryRegionInfos &region_list) { in GetMemoryRegions()
6583 const MemoryRegionInfos &regions, in SaveOffRegionsWithStackPointers()
6626 const MemoryRegionInfos &regions, in GetCoreFileSaveRangesFull()
6642 const MemoryRegionInfos &regions, in GetCoreFileSaveRangesDirtyOnly()
6674 const MemoryRegionInfos &regions, in GetCoreFileSaveRangesStackOnly()
6702 const MemoryRegionInfos &regions, in GetUserSpecifiedCoreFileSaveRanges()
6724 lldb_private::MemoryRegionInfos regions; in CalculateCoreFileSaveRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h128 class MemoryRegionInfos; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp265 MemoryRegionInfos memory_regions; in GetMemoryTags()