Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp1063 template <typename RecordType> static size_t GetSizeOfTypeInternal(CVType cvt) { in GetSizeOfTypeInternal() function
1102 return GetSizeOfTypeInternal<PointerRecord>(cvt); in GetSizeOfType()
1104 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
1108 return GetSizeOfTypeInternal<ClassRecord>(cvt); in GetSizeOfType()
1110 return GetSizeOfTypeInternal<UnionRecord>(cvt); in GetSizeOfType()