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