Home
last modified time | relevance | path

Searched refs:global_val (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h271 DeclForGlobal (const llvm::GlobalValue *global_val, llvm::Module *module);
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp404 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) in DeclForGlobal() argument
425 if (mdconst::dyn_extract_or_null<GlobalValue>(metadata_node->getOperand(0)) != global_val) in DeclForGlobal()
442 IRForTarget::DeclForGlobal (GlobalValue *global_val) in DeclForGlobal() argument
444 return DeclForGlobal(global_val, m_module); in DeclForGlobal()