Home
last modified time | relevance | path

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

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