Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp199 makeNaturalAlignAddrLValue(llvm::Value *V, QualType T, bool ForPointeeType, in makeNaturalAlignAddrLValue() argument
205 CGF.CGM.getNaturalTypeAlignment(T, &BaseInfo, &TBAAInfo, ForPointeeType); in makeNaturalAlignAddrLValue()
H A DCodeGenFunction.h2686 bool ForPointeeType = false, LValueBaseInfo *BaseInfo = nullptr,
2691 CGM.getNaturalTypeAlignment(T, BaseInfo, TBAAInfo, ForPointeeType);