Searched defs:global_val (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRForTarget.cpp382 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) argument
404 if (metadata_node->getOperand(0) != global_val)
421 IRForTarget::DeclForGlobal (GlobalValue *global_val) argument
423 return DeclForGlobal(global_val, m_module);

Completed in 330 milliseconds