Home
last modified time | relevance | path

Searched defs:GD (Results 1 – 25 of 40) 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.cpp204 llvm::Function *CodeGenModule::codegenCXXStructor(GlobalDecl GD) { in codegenCXXStructor()
219 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor()
245 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.cpp773 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
843 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
1053 GlobalDecl GD; in Release() local
1998 static bool isUniqueInternalLinkageDecl(GlobalDecl GD, in isUniqueInternalLinkageDecl()
2005 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl()
2102 void CodeGenModule::UpdateMultiVersionNames(GlobalDecl GD, in UpdateMultiVersionNames()
2147 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName()
2209 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName()
2322 CodeGenModule::getFunctionLinkage(GlobalDecl GD) { in getFunctionLinkage()
2358 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.cpp251 const CXXRecordDecl *getThisArgumentTypeForMethod(GlobalDecl GD) override { in getThisArgumentTypeForMethod()
344 void adjustCallArgsForDestructorThunk(CodeGenFunction &CGF, GlobalDecl GD, in adjustCallArgsForDestructorThunk()
405 GlobalDecl GD, bool ReturnAdjustment) override { in setThunkLinkage()
1092 static bool isDeletingDtor(GlobalDecl GD) { in isDeletingDtor()
1342 MicrosoftCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1433 MicrosoftCXXABI::getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment()
1468 CodeGenFunction &CGF, GlobalDecl GD, Address This, in adjustThisArgumentForVirtualFunctionCall()
1664 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
1948 GlobalDecl GD, in getVirtualFunctionPointer()
2008 GlobalDecl GD(Dtor, Dtor_Deleting); in EmitVirtualDestructorCall() local
[all …]
H A DCodeGenModule.h402 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit()
410 void addEmittedDeferredDecl(GlobalDecl GD) { in addEmittedDeferredDecl()
1464 void setFunctionLinkage(GlobalDecl GD, llvm::Function *F) { in setFunctionLinkage()
H A DItaniumCXXABI.cpp328 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
1848 ItaniumCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1953 GlobalDecl GD(DD, Type); in getCXXDestructorImplicitParam() local
1962 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
2197 GlobalDecl GD, in getVirtualFunctionPointer()
2268 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall() local
3352 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
4720 void ItaniumCXXABI::emitCXXStructor(GlobalDecl GD) { in emitCXXStructor()
H A DCGCUDANV.cpp277 GlobalDecl GD; in getDeviceSideName() local
1293 GlobalDecl GD) { in getKernelHandle()
H A DCGCXXABI.cpp325 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
H A DCGDebugInfo.cpp2242 GlobalDecl GD = DD ? GlobalDecl(DD, Dtor_Deleting) : GlobalDecl(Method); in CreateCXXMemberFunction() local
2470 } else if (const auto *GD = dyn_cast<MSGuidDecl>(D)) { in CollectTemplateParams() local
4237 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
4339 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
4388 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
4392 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
4623 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
4736 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4833 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
6086 const GlobalDecl GD) { in EmitGlobalAlias()
H A DCodeGenFunction.cpp759 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction()
1423 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD, in BuildFunctionArgList()
1466 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp155 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
192 if (auto *GD = dyn_cast<MSGuidDecl>(D)) in mangleName() local
260 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, in mangleMSGuidDecl()
557 GlobalDecl GD; in writeFuncOrVarName() local
586 GlobalDecl GD; in getMangledStructor() local
H A DItaniumMangle.cpp508 void mangleUnqualifiedName(GlobalDecl GD, const DeclContext *DC, in mangleUnqualifiedName()
813 void CXXNameMangler::mangle(GlobalDecl GD) { in mangle()
830 void CXXNameMangler::mangleFunctionEncoding(GlobalDecl GD) { in mangleFunctionEncoding()
976 isTemplate(GlobalDecl GD, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
1003 static TemplateName asTemplateName(GlobalDecl GD) { in asTemplateName()
1008 void CXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
1053 void CXXNameMangler::mangleNameWithAbiTags(GlobalDecl GD, in mangleNameWithAbiTags()
1159 void CXXNameMangler::mangleUnscopedName(GlobalDecl GD, const DeclContext *DC, in mangleUnscopedName()
1189 GlobalDecl GD, const DeclContext *DC, const AbiTagList *AdditionalAbiTags) { in mangleUnscopedTemplateName()
1480 GlobalDecl GD, DeclarationName Name, const DeclContext *DC, in mangleUnqualifiedName()
[all …]
H A DMicrosoftMangle.cpp46 GlobalDecl GD; in getGlobalDeclAsDeclContext() local
423 void mangleUnqualifiedName(GlobalDecl GD) { in mangleUnqualifiedName()
602 void MicrosoftCXXNameMangler::mangle(GlobalDecl GD, StringRef Prefix) { in mangle()
628 void MicrosoftCXXNameMangler::mangleFunctionEncoding(GlobalDecl GD, in mangleFunctionEncoding()
967 void MicrosoftCXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
1055 static GlobalDecl isTemplate(GlobalDecl GD, in isTemplate()
1083 void MicrosoftCXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
1216 if (const MSGuidDecl *GD = dyn_cast<MSGuidDecl>(ND)) { in mangleUnqualifiedName() local
1379 void MicrosoftCXXNameMangler::mangleNestedName(GlobalDecl GD) { in mangleNestedName()
1654 GlobalDecl GD, const TemplateArgumentList &TemplateArgs) { in mangleTemplateInstantiationName()
[all …]
H A DVTableBuilder.cpp2251 GlobalDecl GD(DD, Dtor_Complete); in dumpLayout() local
2340 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) { in getMethodVTableIndex()
2383 GlobalDecl ItaniumVTableContext::findOriginalMethod(GlobalDecl GD) { in findOriginalMethod()
3872 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp746 if (const auto *GD = dyn_cast<CXXDeductionGuideDecl>(D)) { in getSourceDeductionGuides() local
1364 CXXDeductionGuideDecl *GD = Found->getSecond(); in DeclareAggregateDeductionGuideFromInitList() local
1371 auto *GD = cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in DeclareAggregateDeductionGuideFromInitList() local
1412 auto *GD = cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in DeclareAggregateDeductionGuideFromInitList() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
620 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
H A DGlobalDecl.h161 GlobalDecl GD; in getFromOpaquePtr() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp467 GlobalDecl GD; in getMangledCtorDtor() local
495 auto AddThunk = [&](GlobalDecl GD) { in emitVTableSymbols()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h225 void addDeferredDeclToEmit(clang::GlobalDecl GD) { in addDeferredDeclToEmit()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp416 const GlobalInlineDescriptor &GD = in isInitialized() local
454 GlobalInlineDescriptor &GD = *reinterpret_cast<GlobalInlineDescriptor *>( in initialize() local
H A DProgram.cpp271 auto *GD = new (G->block()->rawData()) GlobalInlineDescriptor(); in createGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp823 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() local
835 GraphDiff<BasicBlock *> GD; in applyUpdates() local
846 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() local
852 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()
/freebsd/tests/sys/netgraph/
H A Dutil.c259 #define GD(x) void \ macro

12