/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 23 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo() 56 static CharUnits getTypeStoreSize(CodeGenModule &CGM, llvm::Type *type) { in getTypeStoreSize() 595 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) { in getMaximumVoluntaryIntegerSize() 601 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment() 612 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM, in isLegalIntegerType() 632 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() 638 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() 646 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType() 660 void swiftcall::legalizeVectorType(CodeGenModule &CGM, CharUnits origVectorSize, in legalizeVectorType() 733 bool swiftcall::shouldPassCXXRecordIndirectly(CodeGenModule &CGM, in shouldPassCXXRecordIndirectly() [all …]
|
H A D | CodeGenABITypes.cpp | 30 CodeGen::arrangeObjCMessageSendSignature(CodeGenModule &CGM, in arrangeObjCMessageSendSignature() 37 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType() 44 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType() 50 CodeGen::arrangeCXXMethodType(CodeGenModule &CGM, in arrangeCXXMethodType() 58 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall()
|
H A D | ItaniumCXXABI.cpp | 54 ItaniumCXXABI(CodeGen::CodeGenModule &CGM, in ItaniumCXXABI() 403 ARMCXXABI(CodeGen::CodeGenModule &CGM) : in ARMCXXABI() 428 iOS64CXXABI(CodeGen::CodeGenModule &CGM) : ARMCXXABI(CGM) {} in iOS64CXXABI() 436 explicit WebAssemblyCXXABI(CodeGen::CodeGenModule &CGM) in WebAssemblyCXXABI() 450 CodeGen::CGCXXABI *CodeGen::CreateItaniumCXXABI(CodeGenModule &CGM) { in CreateItaniumCXXABI() 1052 static llvm::Constant *getAllocateExceptionFn(CodeGenModule &CGM) { in getAllocateExceptionFn() 1061 static llvm::Constant *getThrowFn(CodeGenModule &CGM) { in getThrowFn() 1860 static llvm::Constant *getGuardAcquireFn(CodeGenModule &CGM, in getGuardAcquireFn() 1872 static llvm::Constant *getGuardReleaseFn(CodeGenModule &CGM, in getGuardReleaseFn() 1883 static llvm::Constant *getGuardAbortFn(CodeGenModule &CGM, in getGuardAbortFn() [all …]
|
H A D | CGBlocks.cpp | 51 static llvm::Constant *buildCopyHelper(CodeGenModule &CGM, in buildCopyHelper() 57 static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM, in buildDisposeHelper() 76 static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM, in buildBlockDescriptor() 262 static llvm::Constant *tryCaptureAsConstant(CodeGenModule &CGM, in tryCaptureAsConstant() 298 static void initializeForBlockHeader(CodeGenModule &CGM, CGBlockInfo &info, in initializeForBlockHeader() 321 static void computeBlockInfo(CodeGenModule &CGM, CodeGenFunction *CGF, in computeBlockInfo() 1058 static llvm::Constant *buildGlobalBlock(CodeGenModule &CGM, in buildGlobalBlock() 1849 static llvm::Constant *buildByrefCopyHelper(CodeGenModule &CGM, in buildByrefCopyHelper() 1911 static llvm::Constant *buildByrefDisposeHelper(CodeGenModule &CGM, in buildByrefDisposeHelper() 1921 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() [all …]
|
H A D | CGExprConstant.cpp | 38 CodeGenModule &CGM; member in __anon40e7fc890111::ConstStructBuilder 56 ConstStructBuilder(CodeGenModule &CGM, CodeGenFunction *CGF) in ConstStructBuilder() 561 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct() 572 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct() 583 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct() 607 CodeGenModule &CGM; member in __anon40e7fc890111::ConstExprEmitter 1509 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant() 1590 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM, in EmitNullConstantForBase()
|
H A D | CGObjCRuntime.cpp | 29 static uint64_t LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, in LookupFieldBitOffset() 65 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset() 72 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset() 80 CodeGen::CodeGenModule &CGM, in ComputeBitfieldBitOffset()
|
H A D | CGVTables.cpp | 32 CodeGenVTables::CodeGenVTables(CodeGenModule &CGM) in CodeGenVTables() 53 static void setThunkVisibility(CodeGenModule &CGM, const CXXMethodDecl *MD, in setThunkVisibility() 58 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties() 717 static bool shouldEmitAvailableExternallyVTable(const CodeGenModule &CGM, in shouldEmitAvailableExternallyVTable() 877 static bool shouldEmitVTableAtEndOfTranslationUnit(CodeGenModule &CGM, in shouldEmitVTableAtEndOfTranslationUnit()
|
H A D | CGException.cpp | 32 static llvm::Constant *getFreeExceptionFn(CodeGenModule &CGM) { in getFreeExceptionFn() 41 static llvm::Constant *getUnexpectedFn(CodeGenModule &CGM) { in getUnexpectedFn() 76 static llvm::Constant *getCatchallRethrowFn(CodeGenModule &CGM, in getCatchallRethrowFn() 189 const EHPersonality &EHPersonality::get(CodeGenModule &CGM, in get() 222 static llvm::Constant *getPersonalityFn(CodeGenModule &CGM, in getPersonalityFn() 230 static llvm::Constant *getOpaquePersonalityFn(CodeGenModule &CGM, in getOpaquePersonalityFn() 1415 CodeGenModule &CGM = CGF.CGM; in Emit() local
|
H A D | CGOpenMPRuntimeNVPTX.cpp | 94 CodeGenModule &CGM) in WorkerFunctionState() 100 CodeGenModule &CGM) { in createWorkerFunction() 347 CGOpenMPRuntimeNVPTX::CGOpenMPRuntimeNVPTX(CodeGenModule &CGM) in CGOpenMPRuntimeNVPTX()
|
H A D | CoverageMappingGen.h | 53 CodeGenModule &CGM; variable 62 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
|
H A D | MicrosoftCXXABI.cpp | 45 MicrosoftCXXABI(CodeGenModule &CGM) in MicrosoftCXXABI() 2203 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals, in EmitThreadLocalInitFuncs() 2253 static ConstantAddress getInitThreadEpochPtr(CodeGenModule &CGM) { in getInitThreadEpochPtr() 2267 static llvm::Constant *getInitThreadHeaderFn(CodeGenModule &CGM) { in getInitThreadHeaderFn() 2278 static llvm::Constant *getInitThreadFooterFn(CodeGenModule &CGM) { in getInitThreadFooterFn() 2289 static llvm::Constant *getInitThreadAbortFn(CodeGenModule &CGM) { in getInitThreadAbortFn() 3275 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) { in CreateMicrosoftCXXABI() 3309 static llvm::GlobalVariable *getTypeInfoVTable(CodeGenModule &CGM) { in getTypeInfoVTable() 3415 CodeGenModule &CGM; member 3747 static void emitCXXConstructor(CodeGenModule &CGM, in emitCXXConstructor() [all …]
|
H A D | CGCUDANV.cpp | 84 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() 365 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) { in CreateNVCUDARuntime()
|
H A D | ModuleBuilder.cpp | 87 CodeGenModule &CGM() { in CGM() function in __anona4b639230111::CodeGeneratorImpl 290 CodeGenModule &CodeGenerator::CGM() { in CGM() function in CodeGenerator
|
H A D | CodeGenModule.cpp | 64 static CGCXXABI *createCXXABI(CodeGenModule &CGM) { in createCXXABI() 1104 static void emitUsed(CodeGenModule &CGM, StringRef Name, in emitUsed() 1156 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() 2353 static bool shouldBeInCOMDAT(CodeGenModule &CGM, const Decl &D) { in shouldBeInCOMDAT() 2595 CodeGenModule &CGM, const VarDecl *D, in isVarDeclStrongDefinition() 3421 CodeGenModule &CGM, StringRef GlobalName, in GenerateStringLiteral() 3657 static bool AllTrivialInitializers(CodeGenModule &CGM, in AllTrivialInitializers() 4042 static void EmitGlobalDeclMetadata(CodeGenModule &CGM, in EmitGlobalDeclMetadata()
|
H A D | CGOpenMPRuntime.cpp | 723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) in CGOpenMPRuntime() 739 emitCombinerOrInitializer(CodeGenModule &CGM, QualType Ty, in emitCombinerOrInitializer() 823 static CharUnits getIdentAlign(CodeGenModule &CGM) { in getIdentAlign() 826 static CharUnits getIdentSize(CodeGenModule &CGM) { in getIdentSize() 2166 CodeGenModule &CGM, llvm::Type *ArgsType, in emitCopyprivateCopyFunction() 2761 createOffloadingBinaryDescriptorFunction(CodeGenModule &CGM, StringRef Name, in createOffloadingBinaryDescriptorFunction() 3164 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl() 3191 createKmpTaskTRecordDecl(CodeGenModule &CGM, OpenMPDirectiveKind Kind, in createKmpTaskTRecordDecl() 3235 createKmpTaskTWithPrivatesRecordDecl(CodeGenModule &CGM, QualType KmpTaskTQTy, in createKmpTaskTWithPrivatesRecordDecl() 3264 emitProxyTaskFunction(CodeGenModule &CGM, SourceLocation Loc, in emitProxyTaskFunction() [all …]
|
H A D | CGOpenMPRuntime.h | 242 CodeGenModule &CGM; variable 280 OffloadEntriesInfoManagerTy(CodeGenModule &CGM) in OffloadEntriesInfoManagerTy()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 58 CodeGenModule &CGM; variable 69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase() 501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase() 533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
|
D | SwiftCallingConv.h | 42 CodeGenModule &CGM; variable 57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 58 CodeGenModule &CGM; variable 69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase() 501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase() 533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
|
D | SwiftCallingConv.h | 42 CodeGenModule &CGM; variable 57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 58 CodeGenModule &CGM; variable 69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase() 501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase() 533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
|
D | SwiftCallingConv.h | 42 CodeGenModule &CGM; variable 57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 58 CodeGenModule &CGM; variable 69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase() 501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase() 533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
|
D | SwiftCallingConv.h | 42 CodeGenModule &CGM; variable 57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | SwiftCallingConv.h | 44 CodeGenModule &CGM; variable 59 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
|