Home
last modified time | relevance | path

Searched refs:SetSize (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp91 SetSize += AS.size(); in mergeSetIn()
92 AS.SetSize = 0; in mergeSetIn()
153 ++SetSize; in addPointer()
529 AS->SetSize--; in deleteValue()
/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
222 unsigned size() { return SetSize; } in size()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringListTest.cpp184 TEST(StringListTest, SetSize) { in TEST() argument
186 s.SetSize(3); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h172 void SetSize(uint64_t size);
H A DDynamicLoaderDarwinKernel.cpp604 void DynamicLoaderDarwinKernel::KextImageInfo::SetSize(uint64_t size) { in SetSize() function in DynamicLoaderDarwinKernel::KextImageInfo
1395 image_infos[i].SetSize(extractor.GetU64(&offset)); in ReadKextSummaries()