Searched refs:DeclForGlobal (Results 1 – 2 of 2) sorted by relevance
130 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,134 clang::NamedDecl *DeclForGlobal(llvm::GlobalValue *global);
112 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, in DeclForGlobal() function in IRForTarget150 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { in DeclForGlobal() function in IRForTarget151 return DeclForGlobal(global_val, m_module); in DeclForGlobal()232 clang::NamedDecl *result_decl = DeclForGlobal(result_global); in CreateResultVariable()996 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()1226 static_cast<void *>(DeclForGlobal(&global_var))); in ResolveExternals()1250 } else if (DeclForGlobal(&global_var)) { in ResolveExternals()