Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp48 return S1->deepPaddingSize() < S2->deepPaddingSize(); in ComparePadding()
52 double Pct1 = (double)S1->deepPaddingSize() / (double)S1->getSize(); in ComparePaddingPct()
53 double Pct2 = (double)S2->deepPaddingSize() / (double)S2->getSize(); in ComparePaddingPct()
121 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) { in filterAndSortClassDefs()
263 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) in start()
H A DPrettyClassDefinitionDumper.cpp96 if (Layout.deepPaddingSize() > 0) { in prettyPrintClassOutro()
97 APFloat Pct(100.0 * (double)Layout.deepPaddingSize() / in prettyPrintClassOutro()
102 << "Total padding " << Layout.deepPaddingSize() << " bytes (" << PctStr in prettyPrintClassOutro()
H A DLinePrinter.cpp97 if (Class.deepPaddingSize() < opts::pretty::PaddingThreshold) in IsClassExcluded()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h41 uint32_t deepPaddingSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp57 uint32_t LayoutItemBase::deepPaddingSize() const { in deepPaddingSize() function in LayoutItemBase