Lines Matching refs:GlobalDecl
349 llvm::DenseMap<StringRef, GlobalDecl> DeferredDecls;
353 std::vector<GlobalDecl> DeferredDeclsToEmit;
354 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit()
360 llvm::DenseMap<llvm::StringRef, GlobalDecl> EmittedDeferredDecls;
362 void addEmittedDeferredDecl(GlobalDecl GD) { in addEmittedDeferredDecl()
374 std::vector<GlobalDecl> Aliases;
379 std::vector<GlobalDecl> MultiVersionFuncs;
397 llvm::DenseSet<GlobalDecl> DiagnosedConflictingDefinitions;
420 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames;
421 llvm::StringMap<GlobalDecl, llvm::BumpPtrAllocator> Manglings;
543 bool shouldEmitFunction(GlobalDecl GD);
569 GlobalDecl initializedGlobalDecl;
695 GlobalDecl &Result) const;
848 void setDLLImportDLLExport(llvm::GlobalValue *GV, GlobalDecl D) const;
852 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
873 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD,
922 llvm::Constant *GetAddrOfFunction(GlobalDecl GD, llvm::Type *Ty = nullptr,
947 GlobalDecl GD);
1069 llvm::Function *codegenCXXStructor(GlobalDecl GD);
1073 getAddrOfCXXStructor(GlobalDecl GD, const CGFunctionInfo *FnInfo = nullptr,
1084 GlobalDecl GD, const CGFunctionInfo *FnInfo = nullptr,
1214 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
1218 void SetLLVMFunctionAttributes(GlobalDecl GD, const CGFunctionInfo &Info,
1280 StringRef getMangledName(GlobalDecl GD);
1281 StringRef getBlockMangledName(GlobalDecl GD, const BlockDecl *BD);
1282 const GlobalDecl getMangledNameDecl(StringRef);
1302 llvm::GlobalVariable::LinkageTypes getFunctionLinkage(GlobalDecl GD);
1304 void setFunctionLinkage(GlobalDecl GD, llvm::Function *F) { in setFunctionLinkage()
1388 void EmitGlobal(GlobalDecl D);
1398 void SetCommonAttributes(GlobalDecl GD, llvm::GlobalValue *GV);
1558 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
1568 llvm::Constant *GetOrCreateMultiVersionResolver(GlobalDecl GD);
1575 void UpdateMultiVersionNames(GlobalDecl GD, const FunctionDecl *FD,
1583 bool GetCPUAndFeaturesAttributes(GlobalDecl GD,
1585 void setNonAliasAttributes(GlobalDecl GD, llvm::GlobalObject *GO);
1588 void SetFunctionAttributes(GlobalDecl GD, llvm::Function *F,
1591 void EmitGlobalDefinition(GlobalDecl D, llvm::GlobalValue *GV = nullptr);
1593 void EmitGlobalFunctionDefinition(GlobalDecl GD, llvm::GlobalValue *GV);
1594 void EmitMultiVersionFunctionDefinition(GlobalDecl GD, llvm::GlobalValue *GV);
1598 void EmitAliasDefinition(GlobalDecl GD);
1599 void emitIFuncDefinition(GlobalDecl GD);
1600 void emitCPUDispatchDefinition(GlobalDecl GD);