Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBSection.h65 GetSectionData ();
68 GetSectionData (uint64_t offset,
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp196 SBSection::GetSectionData () in GetSectionData() function in SBSection
198 return GetSectionData (0, UINT64_MAX); in GetSectionData()
202 SBSection::GetSectionData (uint64_t offset, uint64_t size) in GetSectionData() function in SBSection
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDSection.h68 GetSectionData (const DataExtractor& module_data, DataExtractor& section_data) const;