clang
3.9.0
|
This structure provides a set of types that are commonly used during IR emission. More...
#include <CodeGenTypeCache.h>
Public Member Functions | |
CharUnits | getIntSize () const |
CharUnits | getIntAlign () const |
CharUnits | getSizeSize () const |
CharUnits | getSizeAlign () const |
CharUnits | getPointerSize () const |
CharUnits | getPointerAlign () const |
llvm::CallingConv::ID | getRuntimeCC () const |
llvm::CallingConv::ID | getBuiltinCC () const |
Public Attributes | |
llvm::Type * | VoidTy |
void More... | |
llvm::IntegerType * | Int8Ty |
i8, i16, i32, and i64 More... | |
llvm::IntegerType * | Int16Ty |
llvm::IntegerType * | Int32Ty |
llvm::IntegerType * | Int64Ty |
llvm::Type * | FloatTy |
float, double More... | |
llvm::Type * | DoubleTy |
llvm::IntegerType * | IntTy |
int More... | |
union { | |
llvm::IntegerType * IntPtrTy | |
llvm::IntegerType * SizeTy | |
llvm::IntegerType * PtrDiffTy | |
}; | |
intptr_t, size_t, and ptrdiff_t, which we assume are the same size. More... | |
union { | |
llvm::PointerType * VoidPtrTy | |
llvm::PointerType * Int8PtrTy | |
}; | |
void* in address space 0 More... | |
union { | |
llvm::PointerType * VoidPtrPtrTy | |
llvm::PointerType * Int8PtrPtrTy | |
}; | |
void** in address space 0 More... | |
union { | |
unsigned char IntSizeInBytes | |
unsigned char IntAlignInBytes | |
}; | |
The size and alignment of the builtin C type 'int'. More... | |
unsigned char | PointerWidthInBits |
The width of a pointer into the generic address space. More... | |
union { | |
unsigned char PointerAlignInBytes | |
unsigned char PointerSizeInBytes | |
unsigned char SizeSizeInBytes | |
unsigned char SizeAlignInBytes | |
}; | |
The size and alignment of a pointer into the generic address space. More... | |
llvm::CallingConv::ID | RuntimeCC |
llvm::CallingConv::ID | BuiltinCC |
This structure provides a set of types that are commonly used during IR emission.
It's initialized once in CodeGenModule's constructor and then copied around into new CodeGenFunctions.
Definition at line 32 of file CodeGenTypeCache.h.
|
inline |
Definition at line 102 of file CodeGenTypeCache.h.
References BuiltinCC.
Referenced by clang::CodeGen::CodeGenModule::CreateBuiltinFunction().
|
inline |
Definition at line 72 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and IntAlignInBytes.
Referenced by clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), getInitThreadEpochPtr(), and initializeForBlockHeader().
|
inline |
Definition at line 69 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and IntSizeInBytes.
Referenced by clang::CodeGen::CodeGenFunction::EmitBlockLiteral(), clang::CodeGen::CodeGenFunction::emitByrefStructureInit(), and initializeForBlockHeader().
|
inline |
Definition at line 95 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and PointerAlignInBytes.
Referenced by computeBlockInfo(), clang::CodeGen::CodeGenFunction::EmitAutoVarAlloca(), clang::CodeGen::CodeGenFunction::EmitBlockCallExpr(), clang::CodeGen::CodeGenFunction::EmitCall(), emitCopyprivateCopyFunction(), clang::CodeGen::CodeGenFunction::EmitFunctionEpilog(), clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), clang::CodeGen::CodeGenFunction::EmitNewArrayInitializer(), clang::CodeGen::CodeGenFunction::EmitObjCForCollectionStmt(), clang::CodeGen::CodeGenFunction::EmitObjCIsaExpr(), emitReductionFunction(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), emitVoidPtrVAArg(), clang::CodeGen::CodeGenFunction::EmitVTablePtrCheckForCast(), emitWritebackArg(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), clang::CodeGen::CodeGenFunction::GenerateBlockFunction(), clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(), clang::CodeGen::CodeGenModule::GetAddrOfConstantString(), clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), clang::CodeGen::CodeGenFunction::getExceptionSlot(), getIdentAlign(), getIdentSize(), InitCatchParam(), initializeForBlockHeader(), performTypeAdjustment(), and clang::CodeGen::CodeGenFunction::StartFunction().
|
inline |
Definition at line 92 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and PointerSizeInBytes.
Referenced by computeBlockInfo(), emitAddrOfVarFromArray(), clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), clang::CodeGen::CodeGenFunction::EmitBlockLiteral(), clang::CodeGen::CodeGenFunction::emitByrefStructureInit(), EmitNullBaseClassInitialization(), clang::CodeGen::CodeGenFunction::EmitObjCCollectionLiteral(), clang::CodeGen::CodeGenFunction::EmitObjCForCollectionStmt(), emitReductionFunction(), emitVoidPtrVAArg(), clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), getIdentSize(), and initializeForBlockHeader().
|
inline |
Definition at line 100 of file CodeGenTypeCache.h.
References RuntimeCC.
Referenced by clang::CodeGen::CodeGenModule::CreateGlobalInitOrDestructFunction(), clang::CodeGen::CodeGenModule::CreateRuntimeFunction(), clang::CodeGen::CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke(), clang::CodeGen::CodeGenFunction::EmitRuntimeCallOrInvoke(), and getClangCallTerminateFn().
|
inline |
Definition at line 89 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and SizeAlignInBytes.
Referenced by clang::CodeGen::CodeGenFunction::EmitCXXNewExpr().
|
inline |
Definition at line 86 of file CodeGenTypeCache.h.
References clang::CharUnits::fromQuantity(), and SizeSizeInBytes.
union { ... } |
intptr_t, size_t, and ptrdiff_t, which we assume are the same size.
union { ... } |
void* in address space 0
union { ... } |
void** in address space 0
union { ... } |
The size and alignment of the builtin C type 'int'.
This comes up enough in various ABI lowering tasks to be worth pre-computing.
union { ... } |
The size and alignment of a pointer into the generic address space.
llvm::CallingConv::ID clang::CodeGen::CodeGenTypeCache::BuiltinCC |
Definition at line 101 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), and getBuiltinCC().
llvm::Type * clang::CodeGen::CodeGenTypeCache::DoubleTy |
Definition at line 39 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(), GetFloatNeonType(), and GetNeonType().
llvm::Type* clang::CodeGen::CodeGenTypeCache::FloatTy |
float, double
Definition at line 39 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(), GetFloatNeonType(), GetNeonType(), and clang::CodeGen::CodeGenFunction::LookupNeonLLVMIntrinsic().
llvm::IntegerType * clang::CodeGen::CodeGenTypeCache::Int16Ty |
Definition at line 37 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), GetNeonType(), and clang::CodeGen::CodeGenFunction::vectorWrapScalar16().
llvm::IntegerType * clang::CodeGen::CodeGenTypeCache::Int32Ty |
Definition at line 37 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenFunction::BuildBlockRelease(), clang::CodeGen::CGOpenMPRuntime(), clang::CodeGen::CodeGenModule::CodeGenModule(), ConvertVec3AndVec4(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenModule::EmitAnnotationLineNo(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitAsmStmt(), clang::CodeGen::CodeGenFunction::EmitFunctionInstrumentation(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck(), emitNumTeamsClauseForTargetDirective(), clang::CodeGen::emitNumThreadsClause(), clang::CodeGen::CodeGenFunction::EmitSEHAbnormalTermination(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), clang::CodeGen::CodeGenFunction::EmitSystemZBuiltinExpr(), clang::CodeGen::CGOpenMPRuntimeNVPTX::emitTeamsCall(), emitThreadLimitClauseForTargetDirective(), clang::CodeGen::CodeGenFunction::EmitVTableTypeCheckedLoad(), clang::CodeGen::CodeGenVTables::EmitVTTDefinition(), EmitX86_64VAArgFromMemory(), clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr(), clang::CodeGen::CodeGenFunction::GenerateCopyHelperFunction(), clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(), clang::CodeGen::CodeGenModule::GetAddrOfConstantString(), getAsmSrcLocInfo(), clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), clang::CodeGen::CodeGenModule::getBlockObjectAssign(), clang::CodeGen::CodeGenModule::getBlockObjectDispose(), clang::CodeGen::CodeGenFunction::getEHSelectorSlot(), GetNeonType(), getPersonalityFn(), clang::CodeGen::CodeGenFunction::getTerminateLandingPad(), clang::CodeGen::CodeGenFunction::InitializeVTablePointer(), clang::CodeGen::CodeGenFunction::recoverAddrOfEscapedLocal(), and clang::CodeGen::CodeGenFunction::StartFunction().
llvm::IntegerType * clang::CodeGen::CodeGenTypeCache::Int64Ty |
Definition at line 37 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenModule::CreateCrossDsoCfiTypeId(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitAMDGPUBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitCall(), clang::CodeGen::CodeGenModule::EmitConstantValue(), EmitDeclInvariant(), clang::CodeGen::CodeGenFunction::EmitLifetimeStart(), clang::CodeGen::CodeGenFunction::EmitSystemZBuiltinExpr(), clang::CodeGen::emitTaskLoopCall(), clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr(), and GetNeonType().
llvm::PointerType* clang::CodeGen::CodeGenTypeCache::Int8PtrPtrTy |
Definition at line 60 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), emitARCCopyOperation(), clang::CodeGen::CodeGenFunction::EmitARCDestroyWeak(), emitARCLoadOperation(), emitARCStoreOperation(), clang::CodeGen::CodeGenFunction::EmitARCStoreStrongCall(), and clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr().
llvm::PointerType* clang::CodeGen::CodeGenTypeCache::Int8PtrTy |
Definition at line 54 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::swiftcall::SwiftAggLowering::addTypedData(), ApplyNonVirtualAndVirtualOffset(), clang::CodeGen::CodeGenFunction::BuildBlockRelease(), clang::CodeGen::CGOpenMPRuntime(), clang::CodeGen::CodeGenModule::CodeGenModule(), CreateCoercedLoad(), CreateCoercedStore(), clang::CodeGen::CodeGenVTables::CreateVTableInitializer(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenModule::EmitAnnotateAttr(), clang::CodeGen::CodeGenFunction::EmitAnnotationCall(), emitARCLoadOperation(), clang::CodeGen::CodeGenFunction::EmitARCRelease(), clang::CodeGen::CodeGenFunction::EmitARCRetainAutorelease(), emitARCStoreOperation(), clang::CodeGen::CodeGenFunction::EmitARCStoreStrongCall(), emitARCValueOperation(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitAutoVarAlloca(), clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), clang::CodeGen::CodeGenFunction::emitByrefStructureInit(), clang::CodeGen::CodeGenFunction::EmitCapturedLocals(), clang::CodeGen::CodeGenFunction::EmitCastToVoidPtr(), emitCatchDispatchBlock(), clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(), emitCPPObjectAtomicGetterCall(), emitCPPObjectAtomicSetterCall(), clang::CodeGen::CodeGenFunction::EmitCXXMemberOrOperatorMemberCallExpr(), EmitDeclDestroy(), EmitDeclInvariant(), clang::CodeGen::CodeGenFunction::EmitFieldAnnotations(), clang::CodeGen::CodeGenFunction::EmitFunctionInstrumentation(), clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), emitGlobalDtorWithCXAAtExit(), clang::CodeGen::CodeGenFunction::EmitIndirectGotoStmt(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), clang::CodeGen::CodeGenFunction::EmitLifetimeEnd(), clang::CodeGen::CodeGenFunction::EmitLifetimeStart(), clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPop(), clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPush(), clang::CodeGen::CodeGenFunction::EmitPPCBuiltinExpr(), emitRTtypeidCall(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionInfo(), emitStructSetterCall(), clang::CodeGen::CodeGenFunction::EmitSystemZBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitTypeCheck(), clang::CodeGen::CodeGenFunction::EmitTypeMetadataCodeForVCall(), emitUsed(), clang::CodeGen::CGObjCRuntime::EmitValueForIvarAtOffset(), clang::CodeGen::CodeGenFunction::EmitVarAnnotations(), emitVoidPtrDirectVAArg(), clang::CodeGen::CodeGenFunction::EmitVTablePtrCheck(), clang::CodeGen::CodeGenFunction::EmitVTablePtrCheckForCast(), clang::CodeGen::CodeGenFunction::EmitVTableTypeCheckedLoad(), clang::CodeGen::CodeGenVTables::EmitVTTDefinition(), clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr(), clang::CodeGen::CodeGenFunction::FinallyInfo::enter(), clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), generateByrefCopyHelper(), generateByrefDisposeHelper(), clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(), clang::CodeGen::CodeGenFunction::GetAddressOfDerivedClass(), clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(), clang::CodeGen::CodeGenModule::GetAddrOfRTTIDescriptor(), clang::CodeGen::CodeGenVTables::GetAddrOfVTT(), getAllocateExceptionFn(), getBeginCatchFn(), clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), clang::CodeGen::CodeGenModule::getBlockObjectAssign(), clang::CodeGen::CodeGenModule::getBlockObjectDispose(), getCatchallRethrowFn(), getCatchAllValue(), getClangCallTerminateFn(), clang::CodeGen::CodeGenFunction::getExceptionSlot(), getFreeExceptionFn(), getGetExceptionPtrFn(), clang::CodeGen::CodeGenFunction::GetIndirectGotoBlock(), getItaniumDynamicCastFn(), clang::CodeGen::CodeGenModule::getNSConcreteGlobalBlock(), clang::CodeGen::CodeGenModule::getNSConcreteStackBlock(), getOpaquePersonalityFn(), clang::CodeGen::CodeGenFunction::getTerminateLandingPad(), getThrowFn(), getTypeInfoVTable(), getUnexpectedFn(), performTypeAdjustment(), pushTemporaryCleanup(), and clang::CodeGen::CodeGenFunction::recoverAddrOfEscapedLocal().
llvm::IntegerType* clang::CodeGen::CodeGenTypeCache::Int8Ty |
i8, i16, i32, and i64
Definition at line 37 of file CodeGenTypeCache.h.
Referenced by CheckAggExprForMemSetUse(), clang::CodeGen::CodeGenModule::CodeGenModule(), computeBlockInfo(), clang::CodeGen::CodeGenTypes::ConvertType(), clang::CodeGen::CGBuilderTy::CreateConstByteGEP(), clang::CodeGen::CGBuilderTy::CreateConstInBoundsByteGEP(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), emitAddressAtOffset(), clang::CodeGen::CodeGenFunction::EmitAggregateCopy(), clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), clang::CodeGen::CodeGenModule::EmitConstantValue(), emitGlobalDtorWithCXAAtExit(), emitNonZeroVLAInit(), EmitNullBaseClassInitialization(), clang::CodeGen::CodeGenFunction::EmitNullInitialization(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), clang::CodeGen::CodeGenFunction::EmitVTablePtrCheck(), clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr(), clang::CodeGen::CodeGenFunction::GetAddressOfDirectBaseInCompleteClass(), clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), GetNeonType(), performTypeAdjustment(), PPC64_initDwarfEHRegSizeTable(), and clang::CodeGen::CGCXXABI::ReadArrayCookie().
unsigned char clang::CodeGen::CodeGenTypeCache::IntAlignInBytes |
Definition at line 67 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), and getIntAlign().
llvm::IntegerType* clang::CodeGen::CodeGenTypeCache::IntPtrTy |
Definition at line 46 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), CoerceIntOrPtrToIntOrPtr(), CreateCoercedLoad(), CreateCoercedStore(), clang::CodeGen::CodeGenFunction::EmitAsanPrologueOrEpilogue(), clang::CodeGen::CodeGenFunction::EmitAsmStmt(), clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), clang::CodeGen::CodeGenModule::EmitConstantValue(), clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), emitNonZeroVLAInit(), clang::CodeGen::CodeGenFunction::EmitOMPCopyinClause(), emitRoundPointerUpToAlignment(), clang::CodeGen::emitTaskCall(), and clang::CodeGen::CodeGenFunction::EmitTypeCheck().
unsigned char clang::CodeGen::CodeGenTypeCache::IntSizeInBytes |
Definition at line 66 of file CodeGenTypeCache.h.
Referenced by getIntSize().
llvm::IntegerType* clang::CodeGen::CodeGenTypeCache::IntTy |
int
Definition at line 42 of file CodeGenTypeCache.h.
Referenced by buildGlobalBlock(), clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::EmitAtomicExpr(), clang::CodeGen::CodeGenFunction::EmitAtomicStore(), clang::CodeGen::CodeGenFunction::EmitBlockLiteral(), clang::CodeGen::CodeGenFunction::emitByrefStructureInit(), clang::CodeGen::CodeGenFunction::EmitCUDADevicePrintfCallExpr(), emitGlobalDtorWithCXAAtExit(), emitGlobalDtorWithTLRegDtor(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), clang::CodeGen::emitTaskLoopCall(), clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(), clang::CodeGen::CodeGenModule::GetAddrOfConstantString(), clang::CodeGen::CodeGenModule::getGenericBlockLiteralType(), getInitThreadAbortFn(), getInitThreadEpochPtr(), getInitThreadFooterFn(), getInitThreadHeaderFn(), initializeForBlockHeader(), and clang::CodeGen::CodeGenFunction::registerGlobalDtorWithAtExit().
unsigned char clang::CodeGen::CodeGenTypeCache::PointerAlignInBytes |
Definition at line 81 of file CodeGenTypeCache.h.
Referenced by BuildAppleKextVirtualCall(), clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::EmitARCStoreStrong(), clang::CodeGen::CodeGenModule::GetAddrOfUuidDescriptor(), and getPointerAlign().
unsigned char clang::CodeGen::CodeGenTypeCache::PointerSizeInBytes |
Definition at line 82 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo(), getMaxAtomicAccessSize(), and getPointerSize().
unsigned char clang::CodeGen::CodeGenTypeCache::PointerWidthInBits |
The width of a pointer into the generic address space.
Definition at line 77 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), and emitPointerArithmetic().
llvm::IntegerType* clang::CodeGen::CodeGenTypeCache::PtrDiffTy |
Definition at line 48 of file CodeGenTypeCache.h.
Referenced by ApplyNonVirtualAndVirtualOffset(), emitPointerArithmetic(), and clang::CodeGen::CodeGenModule::GetNonVirtualBaseClassOffset().
llvm::CallingConv::ID clang::CodeGen::CodeGenTypeCache::RuntimeCC |
Definition at line 99 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), and getRuntimeCC().
unsigned char clang::CodeGen::CodeGenTypeCache::SizeAlignInBytes |
Definition at line 84 of file CodeGenTypeCache.h.
Referenced by getSizeAlign().
unsigned char clang::CodeGen::CodeGenTypeCache::SizeSizeInBytes |
Definition at line 83 of file CodeGenTypeCache.h.
Referenced by getSizeSize().
llvm::IntegerType* clang::CodeGen::CodeGenTypeCache::SizeTy |
Definition at line 47 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitAggregateCopy(), clang::CodeGen::CodeGenFunction::emitArrayDestroy(), clang::CodeGen::CodeGenFunction::emitArrayLength(), clang::CodeGen::CodeGenFunction::EmitAtomicExpr(), clang::CodeGen::CodeGenFunction::EmitCallArgs(), clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(), EmitCommonNeonSISDBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitCXXAggrConstructorCall(), EmitCXXNewAllocSize(), clang::CodeGen::CodeGenFunction::EmitDeleteCall(), emitPartialArrayDestroy(), emitReductionFunction(), clang::CodeGen::CodeGenFunction::EmitVariablyModifiedType(), clang::CodeGen::CodeGenFunction::EmitX86BuiltinExpr(), getAllocateExceptionFn(), clang::CodeGen::CGBuilderTy::getSize(), clang::CodeGen::CodeGenModule::getSize(), clang::CodeGen::CodeGenFunction::getTypeSize(), clang::CodeGen::CodeGenFunction::getVLASize(), clang::CodeGen::CGCXXABI::readArrayCookieImpl(), and clang::CodeGen::CodeGenFunction::vectorWrapScalar16().
llvm::PointerType* clang::CodeGen::CodeGenTypeCache::VoidPtrPtrTy |
Definition at line 59 of file CodeGenTypeCache.h.
llvm::PointerType* clang::CodeGen::CodeGenTypeCache::VoidPtrTy |
Definition at line 53 of file CodeGenTypeCache.h.
Referenced by computeBlockInfo(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CGObjCRuntime::EmitAtSynchronizedStmt(), clang::CodeGen::CodeGenFunction::EmitBlockCallExpr(), clang::CodeGen::CodeGenFunction::EmitBlockLiteral(), emitCatchPadBlock(), clang::CodeGen::CodeGenFunction::EmitExtendGCLifetime(), emitPointerArithmetic(), emitProxyTaskFunction(), clang::CodeGen::CodeGenFunction::EmitSEHExceptionCodeSave(), emitStructGetterCall(), clang::CodeGen::emitTaskCall(), clang::CodeGen::emitTaskLoopCall(), clang::CodeGen::CodeGenFunction::GenerateCopyHelperFunction(), clang::CodeGen::CodeGenFunction::generateDestroyHelper(), clang::CodeGen::CodeGenFunction::GenerateDestroyHelperFunction(), clang::CodeGen::CodeGenFunction::GenerateObjCAtomicGetterCopyHelperFunction(), clang::CodeGen::CodeGenFunction::GenerateObjCAtomicSetterCopyHelperFunction(), clang::CodeGen::CodeGenFunction::generateObjCGetterBody(), clang::CodeGen::CodeGenFunction::generateObjCSetterBody(), clang::CodeGen::CodeGenModule::GetAddrOfGlobalBlock(), clang::CodeGen::CodeGenModule::getGenericBlockLiteralType(), and initializeForBlockHeader().
llvm::Type* clang::CodeGen::CodeGenTypeCache::VoidTy |
void
Definition at line 34 of file CodeGenTypeCache.h.
Referenced by clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::CodeGenFunction::createAtExitStub(), clang::CodeGen::CodeGenVTables::CreateVTableInitializer(), clang::CodeGen::CodeGenFunction::EmitARCIntrinsicUse(), clang::CodeGen::CodeGenFunction::EmitARMBuiltinExpr(), clang::CodeGen::CodeGenFunction::EmitAsanPrologueOrEpilogue(), clang::CodeGen::CodeGenFunction::EmitAsmStmt(), clang::CodeGen::CodeGenFunction::EmitAtomicStore(), emitAutoreleasedReturnValueMarker(), clang::CodeGen::CodeGenFunction::EmitExtendGCLifetime(), clang::CodeGen::CodeGenFunction::EmitFunctionInstrumentation(), emitGlobalDtorWithCXAAtExit(), clang::CodeGen::CodeGenFunction::EmitMCountInstrumentation(), clang::CodeGen::CodeGenFunction::EmitObjCForCollectionStmt(), clang::CodeGen::CodeGenFunction::EmitObjCMRRAutoreleasePoolPop(), clang::CodeGen::CodeGenFunction::GenerateCXXGlobalDtorsFunc(), clang::CodeGen::CodeGenFunction::GenerateCXXGlobalInitFunc(), clang::CodeGen::CodeGenFunction::GenerateCXXGlobalVarDeclInitFunc(), clang::CodeGen::CodeGenFunction::generateDestroyHelper(), clang::CodeGen::CodeGenFunction::generateObjCSetterBody(), getBadCastFn(), getBadTypeidFn(), clang::CodeGen::CodeGenModule::getBlockObjectAssign(), clang::CodeGen::CodeGenModule::getBlockObjectDispose(), getCatchallRethrowFn(), getClangCallTerminateFn(), getEndCatchFn(), getFreeExceptionFn(), getGuardAbortFn(), getGuardReleaseFn(), clang::CodeGen::CodeGenModule::getTerminateFn(), getThrowFn(), and getUnexpectedFn().