Searched defs:AlignmentSource (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h125 enum class AlignmentSource { class in namespace:clang::CodeGen
143 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) {
146 return AlignmentSource::Decl;
221 CharUnits Alignment, AlignmentSource AlignSource,
319 AlignmentSource getAlignmentSource() const {
320 return AlignmentSource(AlignSource);
322 void setAlignmentSource(AlignmentSource Source) {
373 AlignmentSource alignSource,
387 QualType type, AlignmentSource alignSourc
[all...]
H A DCodeGenFunction.h1552 AlignmentSource AlignSource = AlignmentSource::Type) {
1558 AlignmentSource AlignSource = AlignmentSource::Type) {
1566 AlignmentSource *Source = nullptr,
1569 AlignmentSource *Source = nullptr);
1572 AlignmentSource *Source = nullptr);
2468 AlignmentSource AlignSource =
2469 AlignmentSource::Type,
2486 AlignmentSource AlignSourc
1551 MakeAddrLValue(Address Addr, QualType T, AlignmentSource AlignSource = AlignmentSource::Type) argument
1557 MakeAddrLValue(llvm::Value *V, QualType T, CharUnits Alignment, AlignmentSource AlignSource = AlignmentSource::Type) argument
[all...]

Completed in 173 milliseconds