Home
last modified time | relevance | path

Searched defs:SetSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h56 void SetSize(size_t n) { m_strings.resize(n); } in SetSize() function
/llvm-project/lldb/unittests/Utility/
H A DStringListTest.cpp184 TEST(StringListTest, SetSize) { in TEST() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp597 void DynamicLoaderDarwinKernel::KextImageInfo::SetSize(uint64_t size) { SetSize() function in DynamicLoaderDarwinKernel::KextImageInfo