Lines Matching defs:GlobalDecl
42 class GlobalDecl;
261 /// function GlobalDecl.
471 void emitFunctionStart(GlobalDecl GD, SourceLocation Loc,
476 void EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD);
482 void EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc,
549 void EmitGlobalAlias(const llvm::GlobalValue *GV, const GlobalDecl Decl);
748 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
751 /// represented in the given FunctionDecl wrapped in a GlobalDecl.
752 llvm::DISubprogram *getFunctionForwardDeclaration(GlobalDecl GD);
755 /// represented in the given FunctionDecl wrapped in a GlobalDecl.
756 llvm::DISubprogram *getFunctionStub(GlobalDecl GD);
818 /// \param GD A GlobalDecl whose getDecl() must return a FunctionDecl.
819 void collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit,
923 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);