Searched refs:getTypeLength (Results 1 – 4 of 4) sorted by relevance
40 static uint32_t getTypeLength(const PDBSymbol &Symbol) { in getTypeLength() function70 Member->getOffset(), getTypeLength(*Member), false), in DataMemberLayoutItem()98 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false), in VTableLayoutItem()
143 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()151 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()
29 uint32_t getTypeLength(const PDBSymbolData &Symbol);
901 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { in getTypeLength() function in llvm::pdb931 return getTypeLength(*F1) > getTypeLength(*F2); in compareDataSymbols()