Searched refs:getBaseTypeSize (Results 1 – 4 of 4) sorted by relevance
141 static uint64_t getBaseTypeSize(const DIType *Ty);
149 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize() function in DebugHandlerBase177 return getBaseTypeSize(BaseType); in getBaseTypeSize()
1901 FieldSize = DD->getBaseTypeSize(DT); in constructMemberDIE()
1749 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8; in lowerTypeArray()