Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
H A 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()
H A 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
H A DCodeGenModule.cpp342 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
402 for (const GlobalDecl &GD : Aliases) { in checkAliases() local
1201 static bool isUniqueInternalLinkageDecl(GlobalDecl GD, in isUniqueInternalLinkageDecl()
1208 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl()
1274 void CodeGenModule::UpdateMultiVersionNames(GlobalDecl GD, in UpdateMultiVersionNames()
1314 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName()
1367 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName()
1453 CodeGenModule::getFunctionLinkage(GlobalDecl GD) { in getFunctionLinkage()
1480 void CodeGenModule::SetLLVMFunctionAttributes(GlobalDecl GD, in SetLLVMFunctionAttributes()
1895 void CodeGenModule::SetCommonAttributes(GlobalDecl GD, llvm::GlobalValue *GV) { in SetCommonAttributes()
[all …]
H A 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()
H A DItaniumCXXABI.cpp285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
1615 ItaniumCXXABI::buildStructorSignature(GlobalDecl GD, in buildStructorSignature()
1712 GlobalDecl GD(DD, Type); in getCXXDestructorImplicitParam() local
1721 GlobalDecl GD(DD, Type); in EmitDestructorCall() local
1941 GlobalDecl GD, in getVirtualFunctionPointer()
2006 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall() local
3022 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
4291 void ItaniumCXXABI::emitCXXStructor(GlobalDecl GD) { in emitCXXStructor()
H A DCGCUDANV.cpp257 GlobalDecl GD; in getDeviceSideName() local
1124 GlobalDecl GD) { in getKernelHandle()
H A DCGCXXABI.cpp278 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { in NeedsVTTParameter()
H A DCGDebugInfo.cpp1720 GlobalDecl GD = DD ? GlobalDecl(DD, Dtor_Deleting) : GlobalDecl(Method); in CreateCXXMemberFunction() local
1981 } else if (const auto *GD = dyn_cast<MSGuidDecl>(D)) { in CollectTemplateParams() local
3530 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
3630 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
3677 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
3681 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
3881 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
3982 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4072 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
H A DCodeGenModule.h353 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit()
1251 void setFunctionLinkage(GlobalDecl GD, llvm::Function *F) { in setFunctionLinkage()
H A DCodeGenFunction.cpp700 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction()
1239 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD, in BuildFunctionArgList()
1282 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
H A DCGCall.cpp309 CodeGenTypes::arrangeCXXStructorDeclaration(GlobalDecl GD) { in arrangeCXXStructorDeclaration()
413 GlobalDecl GD(D, CtorKind); in arrangeCXXConstructorCall() local
516 CodeGenTypes::arrangeGlobalDeclaration(GlobalDecl GD) { in arrangeGlobalDeclaration()
1574 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType()
1714 llvm::Type *CodeGenTypes::GetFunctionTypeForVTable(GlobalDecl GD) { in GetFunctionTypeForVTable()
H A 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
H A DCodeGenPGO.cpp786 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters()
H A DCGClass.cpp459 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, in GetVTTParameter()
2255 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() local
H A DCGOpenMPRuntime.cpp10508 bool CGOpenMPRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions()
10534 bool CGOpenMPRuntime::emitTargetGlobalVariable(GlobalDecl GD) { in emitTargetGlobalVariable()
10688 bool CGOpenMPRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal()
10791 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget()
12833 bool CGOpenMPSIMDRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions()
12837 bool CGOpenMPSIMDRuntime::emitTargetGlobalVariable(GlobalDecl GD) { in emitTargetGlobalVariable()
12841 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal()
H A DCGExprCXX.cpp370 GlobalDecl GD(Dtor, Dtor_Complete); in EmitCXXMemberOrOperatorMemberCallExpr() local
H A DCGBlocks.cpp1442 CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, in GenerateBlockFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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
H A DItaniumMangle.cpp513 void mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
729 void CXXNameMangler::mangle(GlobalDecl GD) { in mangle()
746 void CXXNameMangler::mangleFunctionEncoding(GlobalDecl GD) { in mangleFunctionEncoding()
888 isTemplate(GlobalDecl GD, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
915 static TemplateName asTemplateName(GlobalDecl GD) { in asTemplateName()
920 void CXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
954 void CXXNameMangler::mangleNameWithAbiTags(GlobalDecl GD, in mangleNameWithAbiTags()
1062 void CXXNameMangler::mangleUnscopedName(GlobalDecl GD, in mangleUnscopedName()
1075 GlobalDecl GD, const AbiTagList *AdditionalAbiTags) { in mangleUnscopedTemplateName()
1366 void CXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
[all …]
H A 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()
H A DMicrosoftMangle.cpp986 if (const MSGuidDecl *GD = dyn_cast<MSGuidDecl>(ND)) { in mangleUnqualifiedName() local
3310 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h148 GlobalDecl GD; in getFromOpaquePtr() local
H A DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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()

12