Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h104 extern llvm::cl::opt<uint32_t> PaddingThreshold;
H A Dllvm-pdbutil.cpp346 cl::opt<uint32_t> PaddingThreshold( variable
1548 opts::Filters.PaddingThreshold = opts::pretty::PaddingThreshold; in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h31 uint32_t PaddingThreshold; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp102 if (Class.deepPaddingSize() < Filters.PaddingThreshold) in IsClassExcluded()