/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 127 HasThisReturn(GlobalDecl GD) HasThisReturn() argument 135 hasMostDerivedReturn(GlobalDecl GD) hasMostDerivedReturn() argument 392 getThisArgumentTypeForMethod(GlobalDecl GD) getThisArgumentTypeForMethod() argument 400 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction & CGF,GlobalDecl GD,Address This,bool VirtualCall) adjustThisArgumentForVirtualFunctionCall() argument 420 getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) getVirtualFunctionPrologueThisAdjustment() argument 506 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument [all...] |
H A D | CGCXX.cpp | 206 llvm::Function *CodeGenModule::codegenCXXStructor(GlobalDecl GD) { in codegenCXXStructor() argument 221 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor() argument 247 BuildAppleKextVirtualCall(CodeGenFunction & CGF,GlobalDecl GD,llvm::Type * Ty,const CXXRecordDecl * RD) BuildAppleKextVirtualCall() argument [all...] |
H A D | CGVTables.cpp | 36 GlobalDecl GD) { in GetAddrOfThunk() argument 43 GlobalDecl GD) { in setThunkProperties() argument 162 GenerateVarArgsThunk(llvm::Function * Fn,const CGFunctionInfo & FnInfo,GlobalDecl GD,const ThunkInfo & Thunk) GenerateVarArgsThunk() argument 241 StartThunk(llvm::Function * Fn,GlobalDecl GD,const CGFunctionInfo & FnInfo,bool IsUnprototyped) StartThunk() argument 397 EmitMustTailThunk(GlobalDecl GD,llvm::Value * AdjustedThisPtr,llvm::FunctionCallee Callee) EmitMustTailThunk() argument 451 generateThunk(llvm::Function * Fn,const CGFunctionInfo & FnInfo,GlobalDecl GD,const ThunkInfo & Thunk,bool IsUnprototyped) generateThunk() argument 491 maybeEmitThunk(GlobalDecl GD,const ThunkInfo & TI,bool ForVTable) maybeEmitThunk() argument 601 EmitThunks(GlobalDecl GD) EmitThunks() argument 749 GlobalDecl GD = component.getGlobalDecl(); addVTableComponent() local [all...] |
H A D | CodeGenModule.cpp | 634 for (const GlobalDecl &GD : Aliases) { checkAliases() local 693 for (const GlobalDecl &GD : Aliases) { checkAliases() local 905 GlobalDecl GD; Release() local 1785 isUniqueInternalLinkageDecl(GlobalDecl GD,CodeGenModule & CGM) isUniqueInternalLinkageDecl() argument 1827 getMangledNameImpl(CodeGenModule & CGM,GlobalDecl GD,const NamedDecl * ND,bool OmitMultiVersionMangling=false) getMangledNameImpl() argument 1904 UpdateMultiVersionNames(GlobalDecl GD,const FunctionDecl * FD,StringRef & CurName) UpdateMultiVersionNames() argument 1949 getMangledName(GlobalDecl GD) getMangledName() argument 2001 getBlockMangledName(GlobalDecl GD,const BlockDecl * BD) getBlockMangledName() argument 2098 getFunctionLinkage(GlobalDecl GD) getFunctionLinkage() argument 2134 SetLLVMFunctionAttributes(GlobalDecl GD,const CGFunctionInfo & Info,llvm::Function * F,bool IsThunk) SetLLVMFunctionAttributes() argument 2564 SetCommonAttributes(GlobalDecl GD,llvm::GlobalValue * GV) SetCommonAttributes() argument 2584 GetCPUAndFeaturesAttributes(GlobalDecl GD,llvm::AttrBuilder & Attrs,bool SetTargetFeatures) GetCPUAndFeaturesAttributes() argument 2657 setNonAliasAttributes(GlobalDecl GD,llvm::GlobalObject * GO) setNonAliasAttributes() argument 2706 SetInternalFunctionAttributes(GlobalDecl GD,llvm::Function * F,const CGFunctionInfo & FI) SetInternalFunctionAttributes() argument 2798 SetFunctionAttributes(GlobalDecl GD,llvm::Function * F,bool IsIncompleteFunction,bool IsThunk) SetFunctionAttributes() argument 3529 GetAddrOfMSGuidDecl(const MSGuidDecl * GD) GetAddrOfMSGuidDecl() argument 3678 EmitGlobal(GlobalDecl GD) EmitGlobal() argument 3981 shouldEmitFunction(GlobalDecl GD) shouldEmitFunction() argument 4037 EmitMultiVersionFunctionDefinition(GlobalDecl GD,llvm::GlobalValue * GV) EmitMultiVersionFunctionDefinition() argument 4058 EmitGlobalDefinition(GlobalDecl GD,llvm::GlobalValue * GV) EmitGlobalDefinition() argument 4134 getMultiversionLinkage(CodeGenModule & CGM,GlobalDecl GD) getMultiversionLinkage() argument 4144 for (GlobalDecl GD : MVFuncsToEmit) { emitMultiVersionFunctions() local 4279 emitCPUDispatchDefinition(GlobalDecl GD) emitCPUDispatchDefinition() argument 4405 GetOrCreateMultiVersionResolver(GlobalDecl GD) GetOrCreateMultiVersionResolver() argument 4469 GetOrCreateLLVMFunction(StringRef MangledName,llvm::Type * Ty,GlobalDecl GD,bool ForVTable,bool DontDefer,bool IsThunk,llvm::AttributeList ExtraAttrs,ForDefinition_t IsForDefinition) GetOrCreateLLVMFunction() argument 4656 GetAddrOfFunction(GlobalDecl GD,llvm::Type * Ty,bool ForVTable,bool DontDefer,ForDefinition_t IsForDefinition) GetAddrOfFunction() argument 4987 GetAddrOfGlobal(GlobalDecl GD,ForDefinition_t IsForDefinition) GetAddrOfGlobal() argument 5816 EmitGlobalFunctionDefinition(GlobalDecl GD,llvm::GlobalValue * GV) EmitGlobalFunctionDefinition() argument 5861 EmitAliasDefinition(GlobalDecl GD) EmitAliasDefinition() argument 5948 emitIFuncDefinition(GlobalDecl GD) emitIFuncDefinition() argument 7078 GlobalDecl GD(cast<FunctionDecl>(D)); EmitDeferredUnusedCoverageMappings() local 7085 GlobalDecl GD(cast<CXXConstructorDecl>(D), Ctor_Base); EmitDeferredUnusedCoverageMappings() local 7092 GlobalDecl GD(cast<CXXDestructorDecl>(D), Dtor_Base); EmitDeferredUnusedCoverageMappings() local 7282 GlobalDecl GD = GlobalDecl(cast<VarDecl>(D)); EmitDeclMetadata() local [all...] |
H A D | ModuleBuilder.cpp | 128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() argument 348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() argument
|
H A D | MicrosoftCXXABI.cpp | 250 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod() argument 346 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument 407 setThunkLinkage(llvm::Function * Thunk,bool ForVTable,GlobalDecl GD,bool ReturnAdjustment) setThunkLinkage() argument 1101 isDeletingDtor(GlobalDecl GD) isDeletingDtor() argument 1329 buildStructorSignature(GlobalDecl GD,SmallVectorImpl<CanQualType> & ArgTys) buildStructorSignature() argument 1420 getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) getVirtualFunctionPrologueThisAdjustment() argument 1455 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction & CGF,GlobalDecl GD,Address This,bool VirtualCall) adjustThisArgumentForVirtualFunctionCall() argument 1651 GlobalDecl GD(DD, Type); EmitDestructorCall() local 1943 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument 2003 GlobalDecl GD(Dtor, Dtor_Deleting); EmitVirtualDestructorCall() local 4025 emitCXXStructor(GlobalDecl GD) emitCXXStructor() argument [all...] |
H A D | CodeGenModule.h | 354 addDeferredDeclToEmit(GlobalDecl GD) addDeferredDeclToEmit() argument 362 addEmittedDeferredDecl(GlobalDecl GD) addEmittedDeferredDecl() argument 1304 setFunctionLinkage(GlobalDecl GD,llvm::Function * F) setFunctionLinkage() argument [all...] |
H A D | ItaniumCXXABI.cpp | 331 setThunkLinkage(llvm::Function * Thunk,bool ForVTable,GlobalDecl GD,bool ReturnAdjustment) setThunkLinkage() argument 1668 buildStructorSignature(GlobalDecl GD,SmallVectorImpl<CanQualType> & ArgTys) buildStructorSignature() argument 1773 GlobalDecl GD(DD, Type); getCXXDestructorImplicitParam() local 1782 GlobalDecl GD(DD, Type); EmitDestructorCall() local 2007 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument 2069 GlobalDecl GD(Dtor, DtorType); EmitVirtualDestructorCall() local 3124 NeedsVTTParameter(GlobalDecl GD) NeedsVTTParameter() argument 4398 emitCXXStructor(GlobalDecl GD) emitCXXStructor() argument [all...] |
H A D | CGCUDANV.cpp | 272 GlobalDecl GD; getDeviceSideName() local 1197 getKernelHandle(llvm::Function * F,GlobalDecl GD) getKernelHandle() argument
|
H A D | CGDebugInfo.cpp | 3987 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in getFunctionStub() argument 1943 GlobalDecl GD = DD ? GlobalDecl(DD, Dtor_Deleting) : GlobalDecl(Method); CreateCXXMemberFunction() local 2170 } else if (const auto *GD = dyn_cast<MSGuidDecl>(D)) { CollectTemplateParams() local 3834 collectFunctionDeclProps(GlobalDecl GD,llvm::DIFile * Unit,StringRef & Name,StringRef & LinkageName,llvm::DIScope * & FDContext,llvm::DINodeArray & TParamsArray,llvm::DINode::DIFlags & Flags) collectFunctionDeclProps() argument 3936 getFunctionFwdDeclOrStub(GlobalDecl GD,bool Stub) getFunctionFwdDeclOrStub() argument 3983 getFunctionForwardDeclaration(GlobalDecl GD) getFunctionForwardDeclaration() argument 4213 emitFunctionStart(GlobalDecl GD,SourceLocation Loc,SourceLocation ScopeLoc,QualType FnType,llvm::Function * Fn,bool CurFuncIsThunk) emitFunctionStart() argument 4322 EmitFunctionDecl(GlobalDecl GD,SourceLocation Loc,QualType FnType,llvm::Function * Fn) EmitFunctionDecl() argument 4419 EmitInlineFunctionStart(CGBuilderTy & Builder,GlobalDecl GD) EmitInlineFunctionStart() argument 5640 EmitGlobalAlias(const llvm::GlobalValue * GV,const GlobalDecl GD) EmitGlobalAlias() argument [all...] |
H A D | CGCXXABI.cpp | 318 NeedsVTTParameter(GlobalDecl GD) NeedsVTTParameter() argument
|
H A D | CodeGenFunction.cpp | 708 StartFunction(GlobalDecl GD,QualType RetTy,llvm::Function * Fn,const CGFunctionInfo & FnInfo,const FunctionArgList & Args,SourceLocation Loc,SourceLocation StartLoc) StartFunction() argument 1304 BuildFunctionArgList(GlobalDecl GD,FunctionArgList & Args) BuildFunctionArgList() argument 1347 GenerateCode(GlobalDecl GD,llvm::Function * Fn,const CGFunctionInfo & FnInfo) GenerateCode() argument [all...] |
H A D | CGExprCXX.cpp | 36 commonEmitCXXMemberOrOperatorCall(CodeGenFunction &CGF, GlobalDecl GD, in commonEmitCXXMemberOrOperatorCall() argument 378 GlobalDecl GD(Dtor, Dtor_Complete); EmitCXXMemberOrOperatorMemberCallExpr() local
|
H A D | CGCall.cpp | 324 arrangeCXXStructorDeclaration(GlobalDecl GD) arrangeCXXStructorDeclaration() argument 429 GlobalDecl GD(D, CtorKind); arrangeCXXConstructorCall() local 533 arrangeGlobalDeclaration(GlobalDecl GD) arrangeGlobalDeclaration() argument 1622 GetFunctionType(GlobalDecl GD) GetFunctionType() argument 1755 GetFunctionTypeForVTable(GlobalDecl GD) GetFunctionTypeForVTable() argument [all...] |
H A D | CGClass.cpp | 453 GetVTTParameter(GlobalDecl GD,bool ForVirtualBase,bool Delegating) GetVTTParameter() argument 2312 GlobalDecl GD(Ctor, CtorType); EmitInlinedInheritingCXXConstructorCall() local 3100 const GlobalDecl &GD = GlobalDecl(CallOp); EmitLambdaInAllocaImplFn() local
|
H A D | CGExpr.cpp | 2878 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl()); in EmitFunctionDeclLValue() argument 3171 if (const auto *GD = dyn_cast<MSGuidDecl>(ND)) in EmitDeclRefLValue() local 2866 EmitFunctionDeclPointer(CodeGenModule & CGM,GlobalDecl GD) EmitFunctionDeclPointer() argument 5434 EmitDirectCallee(CodeGenFunction & CGF,GlobalDecl GD) EmitDirectCallee() argument 5528 GlobalDecl GD; EmitCallee() local [all...] |
H A D | CodeGenPGO.cpp | 924 assignRegionCounters(GlobalDecl GD,llvm::Function * Fn) assignRegionCounters() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 139 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName() argument 176 if (auto *GD = dyn_cast<MSGuidDecl>(D)) in mangleName() local 244 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl() argument 529 GlobalDecl GD; writeFuncOrVarName() local 558 GlobalDecl GD; getMangledStructor() local [all...] |
H A D | ItaniumMangle.cpp | 515 void mangleUnqualifiedName(GlobalDecl GD, const DeclContext *DC, in mangleUnqualifiedName() argument 816 mangle(GlobalDecl GD) mangle() argument 833 mangleFunctionEncoding(GlobalDecl GD) mangleFunctionEncoding() argument 979 isTemplate(GlobalDecl GD,const TemplateArgumentList * & TemplateArgs) isTemplate() argument 1006 asTemplateName(GlobalDecl GD) asTemplateName() argument 1011 mangleName(GlobalDecl GD) mangleName() argument 1056 mangleNameWithAbiTags(GlobalDecl GD,const AbiTagList * AdditionalAbiTags) mangleNameWithAbiTags() argument 1157 mangleUnscopedName(GlobalDecl GD,const DeclContext * DC,const AbiTagList * AdditionalAbiTags) mangleUnscopedName() argument 1170 mangleUnscopedTemplateName(GlobalDecl GD,const DeclContext * DC,const AbiTagList * AdditionalAbiTags) mangleUnscopedTemplateName() argument 1462 mangleUnqualifiedName(GlobalDecl GD,DeclarationName Name,const DeclContext * DC,unsigned KnownArity,const AbiTagList * AdditionalAbiTags) mangleUnqualifiedName() argument 1503 if (auto *GD = dyn_cast<MSGuidDecl>(ND)) { mangleUnqualifiedName() local 1770 mangleNestedName(GlobalDecl GD,const DeclContext * DC,const AbiTagList * AdditionalAbiTags,bool NoFunction) mangleNestedName() argument 1817 mangleNestedNameWithClosurePrefix(GlobalDecl GD,const NamedDecl * PrefixND,const AbiTagList * AdditionalAbiTags) mangleNestedNameWithClosurePrefix() argument 1834 GlobalDecl GD; getParentOfLocalEntity() local 1848 mangleLocalName(GlobalDecl GD,const AbiTagList * AdditionalAbiTags) mangleLocalName() argument 2257 mangleTemplatePrefix(GlobalDecl GD,bool NoFunction) mangleTemplatePrefix() argument 6985 mangleCXXName(GlobalDecl GD,raw_ostream & Out) mangleCXXName() argument [all...] |
H A D | MicrosoftMangle.cpp | 48 GlobalDecl GD; in getGlobalDeclAsDeclContext() local 407 mangleUnqualifiedName(GlobalDecl GD) mangleUnqualifiedName() argument 556 mangle(GlobalDecl GD,StringRef Prefix) mangle() argument 582 mangleFunctionEncoding(GlobalDecl GD,bool ShouldMangle) mangleFunctionEncoding() argument 845 mangleName(GlobalDecl GD) mangleName() argument 926 isTemplate(GlobalDecl GD,const TemplateArgumentList * & TemplateArgs) isTemplate() argument 954 mangleUnqualifiedName(GlobalDecl GD,DeclarationName Name) mangleUnqualifiedName() argument 1079 if (const MSGuidDecl *GD = dyn_cast<MSGuidDecl>(ND)) { mangleUnqualifiedName() local 1242 mangleNestedName(GlobalDecl GD) mangleNestedName() argument 1520 mangleTemplateInstantiationName(GlobalDecl GD,const TemplateArgumentList & TemplateArgs) mangleTemplateInstantiationName() argument 1545 mangleUnscopedTemplateName(GlobalDecl GD) mangleUnscopedTemplateName() argument 3498 mangleCXXName(GlobalDecl GD,raw_ostream & Out) mangleCXXName() argument [all...] |
H A D | VTableBuilder.cpp | 2185 GlobalDecl GD(DD, Dtor_Complete); dumpLayout() local 2274 getMethodVTableIndex(GlobalDecl GD) getMethodVTableIndex() argument 3779 getMethodVFTableLocation(GlobalDecl GD) getMethodVFTableLocation() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | GlobalDecl.h | 153 GlobalDecl GD; getFromOpaquePtr() local
|
H A D | VTableBuilder.h | 342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo() argument 591 getThunkInfo(GlobalDecl GD) getThunkInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 814 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() local 826 GraphDiff<BasicBlock *> GD; in applyUpdates() local 837 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() local 843 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates() argument [all...] |
/freebsd-src/tests/sys/netgraph/ |
H A D | util.c | 259 #define GD(x) void \ macro
|