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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h171 /// \param[in] global_val
180 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,
H A DIRForTarget.cpp116 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, argument
137 metadata_node->getOperand(0)) != global_val)
154 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { argument
155 return DeclForGlobal(global_val, m_module);

Completed in 173 milliseconds