Searched refs:DeclForGlobal (Results 1 – 2 of 2) sorted by relevance
263 DeclForGlobal (const llvm::GlobalValue *global_val, llvm::Module *module);266 DeclForGlobal (llvm::GlobalValue *global);
209 clang::NamedDecl *fun_decl = DeclForGlobal (fun); in GetFunctionAddress()382 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) in DeclForGlobal() function in IRForTarget421 IRForTarget::DeclForGlobal (GlobalValue *global_val) in DeclForGlobal() function in IRForTarget423 return DeclForGlobal(global_val, m_module); in DeclForGlobal()505 clang::NamedDecl *result_decl = DeclForGlobal (result_global); in CreateResultVariable()1496 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()1793 DeclForGlobal(global)); in ResolveExternals()1825 else if (DeclForGlobal(global)) in ResolveExternals()