Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h685 virtual size_t GetSectionDataSize(Section *section) { in GetSectionDataSize() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp563 return GetData(section->GetFileOffset(), GetSectionDataSize(section), in ReadSectionData()