Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp118 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) { in filterAndSortClassDefs()
206 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) in start()
Dllvm-pdbutil.h99 extern llvm::cl::opt<uint32_t> PaddingThreshold;
DLinePrinter.cpp98 if (Class.deepPaddingSize() < opts::pretty::PaddingThreshold) in IsClassExcluded()
Dllvm-pdbutil.cpp290 cl::opt<uint32_t> PaddingThreshold( variable