Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp482 auto GenPtrSize = CharUnits::fromQuantity( in initializeForBlockHeader() local
484 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()
493 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()