Searched defs:PadSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp164 CharUnits PadSize = Context.toCharUnitsFromBits( local
304 void ConstStructBuilder::AppendPadding(CharUnits PadSize) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1868 unsigned PadSize = getSizeInBits() - UnpaddedSize; local
1956 unsigned PadSize = Offset - UnpaddedOffset; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2043 uint64_t PadSize = ((i == e-1 ? Size : Layout->getElementOffset(i+1)) local

Completed in 129 milliseconds