Home
last modified time | relevance | path

Searched defs:GetObjectSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp165 uint64_t SBModuleSpec::GetObjectSize() { in GetObjectSize() function in SBModuleSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h113 uint64_t GetObjectSize() const { return m_object_size; } in GetObjectSize() function