Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h183 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,
187 clang::NamedDecl *DeclForGlobal(llvm::GlobalValue *global);
DIRForTarget.cpp116 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, in DeclForGlobal() function in IRForTarget
154 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { in DeclForGlobal() function in IRForTarget
155 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
236 clang::NamedDecl *result_decl = DeclForGlobal(result_global); in CreateResultVariable()
1201 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()
1436 static_cast<void *>(DeclForGlobal(&global_var))); in ResolveExternals()
1460 } else if (DeclForGlobal(&global_var)) { in ResolveExternals()