Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp122 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) { in filterAndSortClassDefs()
264 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) in start()
H A Dllvm-pdbutil.h103 extern llvm::cl::opt<uint32_t> PaddingThreshold;
H A DLinePrinter.cpp98 if (Class.deepPaddingSize() < opts::pretty::PaddingThreshold) in IsClassExcluded()
H A Dllvm-pdbutil.cpp340 cl::opt<uint32_t> PaddingThreshold( variable