This is the complete list of members for clang::CIRGen::LValue, including all inherited members.
| getAddress() const | clang::CIRGen::LValue | inline |
| getAlignment() const | clang::CIRGen::LValue | inline |
| getBaseInfo() const | clang::CIRGen::LValue | inline |
| getBitFieldAddress() const | clang::CIRGen::LValue | inline |
| getBitFieldInfo() const | clang::CIRGen::LValue | inline |
| getBitFieldPointer() const | clang::CIRGen::LValue | inline |
| getExtVectorAddress() const | clang::CIRGen::LValue | inline |
| getExtVectorElts() const | clang::CIRGen::LValue | inline |
| getExtVectorPointer() const | clang::CIRGen::LValue | inline |
| getPointer() const | clang::CIRGen::LValue | inline |
| getQuals() const | clang::CIRGen::LValue | inline |
| getQuals() | clang::CIRGen::LValue | inline |
| getType() const | clang::CIRGen::LValue | inline |
| getVectorAddress() const | clang::CIRGen::LValue | inline |
| getVectorIdx() const | clang::CIRGen::LValue | inline |
| getVectorPointer() const | clang::CIRGen::LValue | inline |
| getVRQualifiers() const | clang::CIRGen::LValue | inline |
| isBitField() const | clang::CIRGen::LValue | inline |
| isExtVectorElt() const | clang::CIRGen::LValue | inline |
| isGlobalReg() const | clang::CIRGen::LValue | inline |
| isSimple() const | clang::CIRGen::LValue | inline |
| isVectorElt() const | clang::CIRGen::LValue | inline |
| isVolatile() const | clang::CIRGen::LValue | inline |
| isVolatileQualified() const | clang::CIRGen::LValue | inline |
| makeAddr(Address address, clang::QualType t, LValueBaseInfo baseInfo) | clang::CIRGen::LValue | inlinestatic |
| makeBitfield(Address addr, const CIRGenBitFieldInfo &info, clang::QualType type, LValueBaseInfo baseInfo) | clang::CIRGen::LValue | inlinestatic |
| makeExtVectorElt(Address vecAddress, mlir::ArrayAttr elts, clang::QualType type, LValueBaseInfo baseInfo) | clang::CIRGen::LValue | inlinestatic |
| makeVectorElt(Address vecAddress, mlir::Value index, clang::QualType t, LValueBaseInfo baseInfo) | clang::CIRGen::LValue | inlinestatic |
| setAddress(Address address) | clang::CIRGen::LValue | inline |
| setAlignment(clang::CharUnits a) | clang::CIRGen::LValue | inline |
| setBaseInfo(LValueBaseInfo info) | clang::CIRGen::LValue | inline |