Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1642 LValueBaseInfo *pointeeBaseInfo) { in emitLoadOfReference() argument
1653 CharUnits align = cgm.getNaturalTypeAlignment(pointeeType, pointeeBaseInfo); in emitLoadOfReference()
1662 LValueBaseInfo pointeeBaseInfo; in emitLoadOfReferenceLValue() local
1664 Address pointeeAddr = emitLoadOfReference(refLVal, loc, &pointeeBaseInfo); in emitLoadOfReferenceLValue()
1666 pointeeBaseInfo); in emitLoadOfReferenceLValue()
H A DCIRGenFunction.h989 LValueBaseInfo *pointeeBaseInfo);