Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h140 void setAlignmentSource(AlignmentSource source) { alignSource = source; } in setAlignmentSource() function
143 setAlignmentSource(info.getAlignmentSource()); in mergeForCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h172 void setAlignmentSource(AlignmentSource Source) { AlignSource = Source; }
175 setAlignmentSource(Info.getAlignmentSource());