Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp123 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) { in filterAndSortClassDefs()
265 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) in start()
H A Dllvm-pdbutil.h103 extern llvm::cl::opt<uint32_t> PaddingThreshold;
H A Dllvm-pdbutil.cpp344 cl::opt<uint32_t> PaddingThreshold(
1546 opts::Filters.PaddingThreshold = opts::pretty::PaddingThreshold; in main()
346 cl::opt<uint32_t> PaddingThreshold( global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h31 uint32_t PaddingThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp102 if (Class.deepPaddingSize() < Filters.PaddingThreshold) in IsClassExcluded()