| /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 | 204 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 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 | 773 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 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 | 251 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 D | CodeGenModule.h | 402 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 D | ItaniumCXXABI.cpp | 328 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 D | CGCUDANV.cpp | 277 GlobalDecl GD; in getDeviceSideName() local 1293 GlobalDecl GD) { in getKernelHandle()
|
| H A D | CGCXXABI.cpp | 325 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
|
| H A D | CGDebugInfo.cpp | 2242 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 D | CodeGenFunction.cpp | 759 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 D | Mangle.cpp | 155 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 D | ItaniumMangle.cpp | 508 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 D | MicrosoftMangle.cpp | 46 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 D | VTableBuilder.cpp | 2251 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 D | SemaTemplateDeductionGuide.cpp | 746 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 D | VTableBuilder.h | 342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo() 620 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
|
| H A D | GlobalDecl.h | 161 GlobalDecl GD; in getFromOpaquePtr() local
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 467 GlobalDecl GD; in getMangledCtorDtor() local 495 auto AddThunk = [&](GlobalDecl GD) { in emitVTableSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.h | 225 void addDeferredDeclToEmit(clang::GlobalDecl GD) { in addDeferredDeclToEmit()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 416 const GlobalInlineDescriptor &GD = in isInitialized() local 454 GlobalInlineDescriptor &GD = *reinterpret_cast<GlobalInlineDescriptor *>( in initialize() local
|
| H A D | Program.cpp | 271 auto *GD = new (G->block()->rawData()) GlobalInlineDescriptor(); in createGlobal() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 823 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 D | util.c | 259 #define GD(x) void \ macro
|