Searched refs:getTypeLength (Results 1 – 4 of 4) sorted by relevance
41 static uint32_t getTypeLength(const PDBSymbol &Symbol) { in getTypeLength() function71 Member->getOffset(), getTypeLength(*Member), false), in DataMemberLayoutItem()99 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false), in VTableLayoutItem()
144 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()152 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()
30 uint32_t getTypeLength(const PDBSymbolData &Symbol);
891 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { in getTypeLength() function in llvm::pdb921 return getTypeLength(*F1) > getTypeLength(*F2); in compareDataSymbols()