Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp171 void SBModuleSpec::SetObjectSize(uint64_t object_size) { in SetObjectSize() function in SBModuleSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() function