Searched refs:deepPaddingSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp96 if (Layout.deepPaddingSize() > 0) {
97 APFloat Pct(100.0 * (double)Layout.deepPaddingSize() /
102 << "Total padding " << Layout.deepPaddingSize() << " bytes (" << PctStr
H A DPrettyTypeDumper.cpp48 return S1->deepPaddingSize() < S2->deepPaddingSize();
52 double Pct1 = (double)S1->deepPaddingSize() / (double)S1->getSize();
53 double Pct2 = (double)S2->deepPaddingSize() / (double)S2->getSize();
121 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) {
263 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold)
H A DLinePrinter.cpp97 if (Class.deepPaddingSize() < opts::pretty::PaddingThreshold)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h41 uint32_t deepPaddingSize() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp57 uint32_t LayoutItemBase::deepPaddingSize() const { function in class:LayoutItemBase

Completed in 296 milliseconds