Searched refs:RawType (Results 1 – 3 of 3) sorted by relevance
45 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local47 return RawType.getLength(); in getTypeLength()
1242 const Metadata *RawType = getRawType(); in getSizeInBits() local1243 while (RawType) { in getSizeInBits()1245 if (auto *T = dyn_cast<DIType>(RawType)) in getSizeInBits()1249 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) { in getSizeInBits()1251 RawType = DT->getRawBaseType(); in getSizeInBits()
929 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local931 return RawType.getLength(); in getTypeLength()