Home
last modified time | relevance | path

Searched defs:immediatePadding (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h41 virtual uint32_t immediatePadding() const { return 0; } in immediatePadding() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp150 uint32_t ClassLayout::immediatePadding() const { in immediatePadding() function in ClassLayout