Searched refs:global_val (Results 1 – 2 of 2) sorted by relevance
271 DeclForGlobal (const llvm::GlobalValue *global_val, llvm::Module *module);
404 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) in DeclForGlobal() argument425 if (mdconst::dyn_extract_or_null<GlobalValue>(metadata_node->getOperand(0)) != global_val) in DeclForGlobal()442 IRForTarget::DeclForGlobal (GlobalValue *global_val) in DeclForGlobal() argument444 return DeclForGlobal(global_val, m_module); in DeclForGlobal()