Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h123 virtual bool HasThisReturn(GlobalDecl GD) const { in HasThisReturn()
131 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn()
387 virtual const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) { in getThisArgumentTypeForMethod()
395 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, in adjustThisArgumentForVirtualFunctionCall()
415 virtual CharUnits getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment()
495 GlobalDecl GD, in adjustCallArgsForDestructorThunk()
H A DCGCXX.cpp206 llvm::Function *CodeGenModule::codegenCXXStructor(GlobalDecl GD) { in codegenCXXStructor()
221 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor()
247 GlobalDecl GD, in BuildAppleKextVirtualCall()
H A DCGVTables.cpp36 GlobalDecl GD) { in GetAddrOfThunk()
43 GlobalDecl GD) { in setThunkProperties()
168 GlobalDecl GD, const ThunkInfo &Thunk) { in GenerateVarArgsThunk()
248 void CodeGenFunction::StartThunk(llvm::Function *Fn, GlobalDecl GD, in StartThunk()
409 void CodeGenFunction::EmitMustTailThunk(GlobalDecl GD, in EmitMustTailThunk()
463 const CGFunctionInfo &FnInfo, GlobalDecl GD, in generateThunk()
503 llvm::Constant *CodeGenVTables::maybeEmitThunk(GlobalDecl GD, in maybeEmitThunk()
625 void CodeGenVTables::EmitThunks(GlobalDecl GD) { in EmitThunks()
773 GlobalDecl GD = component.getGlobalDecl(); in addVTableComponent() local
H A DCodeGenModule.cpp665 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
735 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
945 GlobalDecl GD; in Release() local
1831 static bool isUniqueInternalLinkageDecl(GlobalDecl GD, in isUniqueInternalLinkageDecl()
1838 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl()
1930 void CodeGenModule::UpdateMultiVersionNames(GlobalDecl GD, in UpdateMultiVersionNames()
1975 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName()
2027 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName()
2124 CodeGenModule::getFunctionLinkage(GlobalDecl GD) { in getFunctionLinkage()
2160 void CodeGenModule::SetLLVMFunctionAttributes(GlobalDecl GD, in SetLLVMFunctionAttributes()
[all …]
H A DModuleBuilder.cpp128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName()
348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName()
H A DMicrosoftCXXABI.cpp250 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod()
342 void adjustCallArgsForDestructorThunk(CodeGenFunction &CGF, GlobalDecl GD, in adjustCallArgsForDestructorThunk()
403 GlobalDecl GD, bool ReturnAdjustment) override { in setThunkLinkage()
1097 static bool isDeletingDtor(GlobalDecl GD) { in isDeletingDtor()
1345 MicrosoftCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1436 MicrosoftCXXABI::getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment()
1471 CodeGenFunction &CGF, GlobalDecl GD, Address This, in adjustThisArgumentForVirtualFunctionCall()
1667 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
1953 GlobalDecl GD, in getVirtualFunctionPointer()
2013 GlobalDecl GD(Dtor, Dtor_Deleting); in EmitVirtualDestructorCall() local
[all …]
H A DCodeGenModule.h356 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit()
364 void addEmittedDeferredDecl(GlobalDecl GD) { in addEmittedDeferredDecl()
1383 void setFunctionLinkage(GlobalDecl GD, llvm::Function *F) { in setFunctionLinkage()
H A DCGCUDANV.cpp266 GlobalDecl GD; in getDeviceSideName() local
1211 GlobalDecl GD) { in getKernelHandle()
H A DItaniumCXXABI.cpp328 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
1834 ItaniumCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1939 GlobalDecl GD(DD, Type); in getCXXDestructorImplicitParam() local
1948 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
2181 GlobalDecl GD, in getVirtualFunctionPointer()
2250 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall() local
3319 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
4673 void ItaniumCXXABI::emitCXXStructor(GlobalDecl GD) { in emitCXXStructor()
H A DCGCXXABI.cpp327 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
H A DCGDebugInfo.cpp2069 GlobalDecl GD = DD ? GlobalDecl(DD, Dtor_Deleting) : GlobalDecl(Method); in CreateCXXMemberFunction() local
2296 } else if (const auto *GD = dyn_cast<MSGuidDecl>(D)) { in CollectTemplateParams() local
3987 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
4089 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
4136 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
4140 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
4366 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
4475 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4572 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
5823 const GlobalDecl GD) { in EmitGlobalAlias()
H A DCGPointerAuth.cpp353 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer()
H A DCodeGenFunction.cpp753 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction()
1379 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD, in BuildFunctionArgList()
1422 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp139 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
176 if (auto *GD = dyn_cast<MSGuidDecl>(D)) in mangleName() local
244 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
538 GlobalDecl GD; in writeFuncOrVarName() local
567 GlobalDecl GD; in getMangledStructor() local
H A DItaniumMangle.cpp515 void mangleUnqualifiedName(GlobalDecl GD, const DeclContext *DC, in mangleUnqualifiedName()
815 void CXXNameMangler::mangle(GlobalDecl GD) { in mangle()
832 void CXXNameMangler::mangleFunctionEncoding(GlobalDecl GD) { in mangleFunctionEncoding()
978 isTemplate(GlobalDecl GD, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
1005 static TemplateName asTemplateName(GlobalDecl GD) { in asTemplateName()
1010 void CXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
1055 void CXXNameMangler::mangleNameWithAbiTags(GlobalDecl GD, in mangleNameWithAbiTags()
1158 void CXXNameMangler::mangleUnscopedName(GlobalDecl GD, const DeclContext *DC, in mangleUnscopedName()
1171 GlobalDecl GD, const DeclContext *DC, const AbiTagList *AdditionalAbiTags) { in mangleUnscopedTemplateName()
1463 GlobalDecl GD, DeclarationName Name, const DeclContext *DC, in mangleUnqualifiedName()
[all …]
H A DMicrosoftMangle.cpp48 GlobalDecl GD; in getGlobalDeclAsDeclContext() local
419 void mangleUnqualifiedName(GlobalDecl GD) { in mangleUnqualifiedName()
567 void MicrosoftCXXNameMangler::mangle(GlobalDecl GD, StringRef Prefix) { in mangle()
593 void MicrosoftCXXNameMangler::mangleFunctionEncoding(GlobalDecl GD, in mangleFunctionEncoding()
932 void MicrosoftCXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
1017 static GlobalDecl isTemplate(GlobalDecl GD, in isTemplate()
1045 void MicrosoftCXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
1170 if (const MSGuidDecl *GD = dyn_cast<MSGuidDecl>(ND)) { in mangleUnqualifiedName() local
1333 void MicrosoftCXXNameMangler::mangleNestedName(GlobalDecl GD) { in mangleNestedName()
1611 GlobalDecl GD, const TemplateArgumentList &TemplateArgs) { in mangleTemplateInstantiationName()
[all …]
H A DVTableBuilder.cpp2249 GlobalDecl GD(DD, Dtor_Complete); in dumpLayout() local
2338 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) { in getMethodVTableIndex()
2381 GlobalDecl ItaniumVTableContext::findOriginalMethod(GlobalDecl GD) { in findOriginalMethod()
3872 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp270 const GlobalInlineDescriptor &GD = in isInitialized() local
309 GlobalInlineDescriptor &GD = *reinterpret_cast<GlobalInlineDescriptor *>( in initialize() local
H A DProgram.cpp239 auto *GD = new (G->block()->rawData()) GlobalInlineDescriptor(); in createGlobal() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h157 GlobalDecl GD; in getFromOpaquePtr() local
H A DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
620 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp468 GlobalDecl GD; in getMangledCtorDtor() local
496 auto AddThunk = [&](GlobalDecl GD) { in emitVTableSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp814 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()
/freebsd/tests/sys/netgraph/
H A Dutil.c259 #define GD(x) void \ macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1302 CXXDeductionGuideDecl *GD = Found->getSecond(); in DeclareAggregateDeductionGuideFromInitList() local
1309 auto *GD = cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in DeclareAggregateDeductionGuideFromInitList() local
1351 auto *GD = cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in DeclareAggregateDeductionGuideFromInitList() local

12