• Home
  • Raw
  • Download

Lines Matching refs:CodeGenModule

54   ItaniumCXXABI(CodeGen::CodeGenModule &CGM,  in ItaniumCXXABI()
329 CodeGenModule &CGM,
411 ARMCXXABI(CodeGen::CodeGenModule &CGM) : in ARMCXXABI()
436 iOS64CXXABI(CodeGen::CodeGenModule &CGM) : ARMCXXABI(CGM) {} in iOS64CXXABI()
444 explicit WebAssemblyCXXABI(CodeGen::CodeGenModule &CGM) in WebAssemblyCXXABI()
457 CodeGen::CGCXXABI *CodeGen::CreateItaniumCXXABI(CodeGenModule &CGM) { in CreateItaniumCXXABI()
1059 static llvm::Constant *getAllocateExceptionFn(CodeGenModule &CGM) { in getAllocateExceptionFn()
1068 static llvm::Constant *getThrowFn(CodeGenModule &CGM) { in getThrowFn()
1862 static llvm::Constant *getGuardAcquireFn(CodeGenModule &CGM, in getGuardAcquireFn()
1874 static llvm::Constant *getGuardReleaseFn(CodeGenModule &CGM, in getGuardReleaseFn()
1885 static llvm::Constant *getGuardAbortFn(CodeGenModule &CGM, in getGuardAbortFn()
2143 CodeGen::CodeGenModule &CGM) { in isThreadWrapperReplaceable()
2155 getThreadLocalWrapperLinkage(const VarDecl *VD, CodeGen::CodeGenModule &CGM) { in getThreadLocalWrapperLinkage()
2206 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals, in EmitThreadLocalInitFuncs()
2349 CodeGenModule &CGM; // Per-module state.
2591 static bool ShouldUseExternalRTTIDescriptor(CodeGenModule &CGM, in ShouldUseExternalRTTIDescriptor()
2813 static llvm::GlobalVariable::LinkageTypes getTypeInfoLinkage(CodeGenModule &CGM, in getTypeInfoLinkage()
3041 llvmVisibility = CodeGenModule::GetLLVMVisibility(Ty->getVisibility()); in BuildTypeInfo()
3372 static StructorCodegen getCodegenToUse(CodeGenModule &CGM, in getCodegenToUse()
3408 static void emitConstructorDestructorAlias(CodeGenModule &CGM, in emitConstructorDestructorAlias()
3493 static llvm::Constant *getBeginCatchFn(CodeGenModule &CGM) { in getBeginCatchFn()
3501 static llvm::Constant *getEndCatchFn(CodeGenModule &CGM) { in getEndCatchFn()
3509 static llvm::Constant *getGetExceptionPtrFn(CodeGenModule &CGM) { in getGetExceptionPtrFn()
3781 static llvm::Constant *getClangCallTerminateFn(CodeGenModule &CGM) { in getClangCallTerminateFn()