Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h40 uint32_t deepPaddingSize() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h41 uint32_t deepPaddingSize() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp57 uint32_t LayoutItemBase::deepPaddingSize() const { in deepPaddingSize() function in LayoutItemBase
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp60 uint32_t LayoutItemBase::deepPaddingSize() const { in deepPaddingSize() function in LayoutItemBase
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DLinePrinter.cpp102 if (Class.deepPaddingSize() < Filters.PaddingThreshold) in IsClassExcluded()