reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 uint32_t getTypeLength(const PDBSymbolData &Symbol);
143 << " [sizeof = " << getTypeLength(Symbol) << "]"; 151 << " [sizeof = " << getTypeLength(Symbol) << "]";tools/llvm-pdbutil/llvm-pdbutil.cpp
928 return getTypeLength(*F1) > getTypeLength(*F2); 928 return getTypeLength(*F1) > getTypeLength(*F2);