Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringList.h56 void SetSize(size_t n) { m_strings.resize(n); } in SetSize() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h181 unsigned SetSize = 0; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp595 void DynamicLoaderDarwinKernel::KextImageInfo::SetSize(uint64_t size) { in SetSize() function in DynamicLoaderDarwinKernel::KextImageInfo