Home
last modified time | relevance | path

Searched refs:PaddingThreshold (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp121 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) { in filterAndSortClassDefs()
263 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) in start()
H A Dllvm-pdbutil.h102 extern llvm::cl::opt<uint32_t> PaddingThreshold;
H A DLinePrinter.cpp97 if (Class.deepPaddingSize() < opts::pretty::PaddingThreshold) in IsClassExcluded()
H A Dllvm-pdbutil.cpp339 cl::opt<uint32_t> PaddingThreshold( variable