Home
last modified time | relevance | path

Searched defs:GD (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCXXABI.h107 virtual bool HasThisReturn(GlobalDecl GD) const { return false; } in HasThisReturn()
109 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn()
365 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, in adjustThisArgumentForVirtualFunctionCall()
385 virtual CharUnits getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment()
471 GlobalDecl GD, in adjustCallArgsForDestructorThunk()
DCGCXX.cpp207 llvm::Function *CodeGenModule::codegenCXXStructor(GlobalDecl GD) { in codegenCXXStructor()
222 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor()
248 GlobalDecl GD, in BuildAppleKextVirtualCall()
DCGVTables.cpp35 GlobalDecl GD) { in GetAddrOfThunk()
42 GlobalDecl GD) { in setThunkProperties()
159 GlobalDecl GD, const ThunkInfo &Thunk) { in GenerateVarArgsThunk()
236 void CodeGenFunction::StartThunk(llvm::Function *Fn, GlobalDecl GD, in StartThunk()
392 void CodeGenFunction::EmitMustTailThunk(GlobalDecl GD, in EmitMustTailThunk()
448 const CGFunctionInfo &FnInfo, GlobalDecl GD, in generateThunk()
492 llvm::Constant *CodeGenVTables::maybeEmitThunk(GlobalDecl GD, in maybeEmitThunk()
605 void CodeGenVTables::EmitThunks(GlobalDecl GD) { in EmitThunks()
731 GlobalDecl GD = component.getGlobalDecl(); in addVTableComponent() local
DCodeGenModule.cpp342 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
402 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
1231 static bool isUniqueInternalLinkageDecl(GlobalDecl GD, in isUniqueInternalLinkageDecl()
1238 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl()
1304 void CodeGenModule::UpdateMultiVersionNames(GlobalDecl GD, in UpdateMultiVersionNames()
1344 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName()
1397 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName()
1483 CodeGenModule::getFunctionLinkage(GlobalDecl GD) { in getFunctionLinkage()
1510 void CodeGenModule::SetLLVMFunctionAttributes(GlobalDecl GD, in SetLLVMFunctionAttributes()
1925 void CodeGenModule::SetCommonAttributes(GlobalDecl GD, llvm::GlobalValue *GV) { in SetCommonAttributes()
[all …]
DMicrosoftCXXABI.cpp317 void adjustCallArgsForDestructorThunk(CodeGenFunction &CGF, GlobalDecl GD, in adjustCallArgsForDestructorThunk()
378 GlobalDecl GD, bool ReturnAdjustment) override { in setThunkLinkage()
1073 static bool isDeletingDtor(GlobalDecl GD) { in isDeletingDtor()
1294 MicrosoftCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1386 MicrosoftCXXABI::getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment()
1421 CodeGenFunction &CGF, GlobalDecl GD, Address This, in adjustThisArgumentForVirtualFunctionCall()
1625 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
1915 GlobalDecl GD, in getVirtualFunctionPointer()
1973 GlobalDecl GD(Dtor, Dtor_Deleting); in EmitVirtualDestructorCall() local
3930 void MicrosoftCXXABI::emitCXXStructor(GlobalDecl GD) { in emitCXXStructor()
DItaniumCXXABI.cpp285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
1627 ItaniumCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1724 GlobalDecl GD(DD, Type); in getCXXDestructorImplicitParam() local
1733 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
1954 GlobalDecl GD, in getVirtualFunctionPointer()
2020 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall() local
3062 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
4331 void ItaniumCXXABI::emitCXXStructor(GlobalDecl GD) { in emitCXXStructor()
DCGCUDANV.cpp264 GlobalDecl GD; in getDeviceSideName() local
1132 GlobalDecl GD) { in getKernelHandle()
DCGCXXABI.cpp278 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
DCGDebugInfo.cpp1701 GlobalDecl GD = DD ? GlobalDecl(DD, Dtor_Deleting) : GlobalDecl(Method); in CreateCXXMemberFunction() local
1962 } else if (const auto *GD = dyn_cast<MSGuidDecl>(D)) { in CollectTemplateParams() local
3512 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
3613 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
3660 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
3664 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
3864 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
3965 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4050 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
DCodeGenModule.h353 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit()
1251 void setFunctionLinkage(GlobalDecl GD, llvm::Function *F) { in setFunctionLinkage()
DCodeGenFunction.cpp700 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction()
1247 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD, in BuildFunctionArgList()
1290 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
DCGExpr.cpp2550 GlobalDecl GD) { in EmitFunctionDeclPointer()
2575 GlobalDecl GD) { in EmitFunctionDeclLValue()
2859 if (const auto *GD = dyn_cast<MSGuidDecl>(ND)) in EmitDeclRefLValue() local
4878 static CGCallee EmitDirectCallee(CodeGenFunction &CGF, GlobalDecl GD) { in EmitDirectCallee()
4941 GlobalDecl GD; in EmitCallee() local
DCGCall.cpp311 CodeGenTypes::arrangeCXXStructorDeclaration(GlobalDecl GD) { in arrangeCXXStructorDeclaration()
415 GlobalDecl GD(D, CtorKind); in arrangeCXXConstructorCall() local
518 CodeGenTypes::arrangeGlobalDeclaration(GlobalDecl GD) { in arrangeGlobalDeclaration()
1585 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType()
1725 llvm::Type *CodeGenTypes::GetFunctionTypeForVTable(GlobalDecl GD) { in GetFunctionTypeForVTable()
DCodeGenPGO.cpp786 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters()
DCGClass.cpp459 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, in GetVTTParameter()
2253 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() local
DCGExprCXX.cpp370 GlobalDecl GD(Dtor, Dtor_Complete); in EmitCXXMemberOrOperatorMemberCallExpr() local
DCGOpenMPRuntime.cpp10701 bool CGOpenMPRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions()
10727 bool CGOpenMPRuntime::emitTargetGlobalVariable(GlobalDecl GD) { in emitTargetGlobalVariable()
10847 bool CGOpenMPRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal()
10950 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget()
12994 bool CGOpenMPSIMDRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions()
12998 bool CGOpenMPSIMDRuntime::emitTargetGlobalVariable(GlobalDecl GD) { in emitTargetGlobalVariable()
13002 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DMangle.cpp141 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
178 if (auto *GD = dyn_cast<MSGuidDecl>(D)) in mangleName() local
236 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
521 GlobalDecl GD; in writeFuncOrVarName() local
550 GlobalDecl GD; in getMangledStructor() local
DItaniumMangle.cpp516 void mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
732 void CXXNameMangler::mangle(GlobalDecl GD) { in mangle()
749 void CXXNameMangler::mangleFunctionEncoding(GlobalDecl GD) { in mangleFunctionEncoding()
891 isTemplate(GlobalDecl GD, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
918 static TemplateName asTemplateName(GlobalDecl GD) { in asTemplateName()
923 void CXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
957 void CXXNameMangler::mangleNameWithAbiTags(GlobalDecl GD, in mangleNameWithAbiTags()
1065 void CXXNameMangler::mangleUnscopedName(GlobalDecl GD, in mangleUnscopedName()
1078 GlobalDecl GD, const AbiTagList *AdditionalAbiTags) { in mangleUnscopedTemplateName()
1369 void CXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
[all …]
DVTableBuilder.cpp2181 GlobalDecl GD(DD, Dtor_Complete); in dumpLayout() local
2270 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) { in getMethodVTableIndex()
3779 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation()
DMicrosoftMangle.cpp986 if (const MSGuidDecl *GD = dyn_cast<MSGuidDecl>(ND)) { in mangleUnqualifiedName() local
3313 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DGlobalDecl.h148 GlobalDecl GD; in getFromOpaquePtr() local
DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp839 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() local
847 GraphDiff<BasicBlock *> GD; in applyUpdates() local
858 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() local
864 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()
/freebsd-12-stable/tests/sys/netgraph/
Dutil.c259 #define GD(x) void \ macro

12