Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h121 /// \param[in] global_val
130 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,
H A DIRForTarget.cpp112 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, in DeclForGlobal() argument
133 metadata_node->getOperand(0)) != global_val) in DeclForGlobal()
150 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { in DeclForGlobal() argument
151 return DeclForGlobal(global_val, m_module); in DeclForGlobal()