| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXXABI.h | 123 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 D | CGCXX.cpp | 206 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 D | CGVTables.cpp | 36 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 D | CodeGenModule.cpp | 665 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 D | ModuleBuilder.cpp | 128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() 348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName()
|
| H A D | MicrosoftCXXABI.cpp | 250 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 D | CodeGenModule.h | 356 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 D | CGCUDANV.cpp | 266 GlobalDecl GD; in getDeviceSideName() local 1211 GlobalDecl GD) { in getKernelHandle()
|
| H A D | ItaniumCXXABI.cpp | 328 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 D | CGCXXABI.cpp | 327 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
|
| H A D | CGDebugInfo.cpp | 2069 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 D | CGPointerAuth.cpp | 353 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer()
|
| H A D | CodeGenFunction.cpp | 753 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 D | Mangle.cpp | 139 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 D | ItaniumMangle.cpp | 515 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 D | MicrosoftMangle.cpp | 48 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 D | VTableBuilder.cpp | 2249 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 D | Pointer.cpp | 270 const GlobalInlineDescriptor &GD = in isInitialized() local 309 GlobalInlineDescriptor &GD = *reinterpret_cast<GlobalInlineDescriptor *>( in initialize() local
|
| H A D | Program.cpp | 239 auto *GD = new (G->block()->rawData()) GlobalInlineDescriptor(); in createGlobal() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 157 GlobalDecl GD; in getFromOpaquePtr() local
|
| H A D | VTableBuilder.h | 342 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 D | Visitor.cpp | 468 GlobalDecl GD; in getMangledCtorDtor() local 496 auto AddThunk = [&](GlobalDecl GD) { in emitVTableSymbols()
|
| /freebsd/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()
|
| /freebsd/tests/sys/netgraph/ |
| H A D | util.c | 259 #define GD(x) void \ macro
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeductionGuide.cpp | 1302 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
|