Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp698 template <typename RecordType> static size_t GetSizeOfTypeInternal(CVType cvt) { in GetSizeOfTypeInternal() function
737 return GetSizeOfTypeInternal<PointerRecord>(cvt); in GetSizeOfType()
739 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
743 return GetSizeOfTypeInternal<ClassRecord>(cvt); in GetSizeOfType()
745 return GetSizeOfTypeInternal<UnionRecord>(cvt); in GetSizeOfType()