Lines Matching defs:GlobalDecl
42 class GlobalDecl;
267 /// function GlobalDecl.
477 void emitFunctionStart(GlobalDecl GD, SourceLocation Loc,
482 void EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD);
488 void EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc,
555 void EmitGlobalAlias(const llvm::GlobalValue *GV, const GlobalDecl Decl);
754 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
757 /// represented in the given FunctionDecl wrapped in a GlobalDecl.
758 llvm::DISubprogram *getFunctionForwardDeclaration(GlobalDecl GD);
761 /// represented in the given FunctionDecl wrapped in a GlobalDecl.
762 llvm::DISubprogram *getFunctionStub(GlobalDecl GD);
824 /// \param GD A GlobalDecl whose getDecl() must return a FunctionDecl.
825 void collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit,
929 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);