Searched refs:global_val (Results 1 – 3 of 3) sorted by relevance
75 …return *i + *ptr + global_val; // expected-error{{use of undeclared identifier 'global_val'; did y… in foo()
263 DeclForGlobal (const llvm::GlobalValue *global_val, llvm::Module *module);
382 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) in DeclForGlobal() argument404 if (metadata_node->getOperand(0) != global_val) in DeclForGlobal()421 IRForTarget::DeclForGlobal (GlobalValue *global_val) in DeclForGlobal() argument423 return DeclForGlobal(global_val, m_module); in DeclForGlobal()