Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h223 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,
227 clang::NamedDecl *DeclForGlobal(llvm::GlobalValue *global);
H A DIRForTarget.cpp114 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, in DeclForGlobal() function in IRForTarget
152 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { in DeclForGlobal() function in IRForTarget
153 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
231 clang::NamedDecl *result_decl = DeclForGlobal(result_global); in CreateResultVariable()
1329 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()
1591 static_cast<void *>(DeclForGlobal(&global_var))); in ResolveExternals()
1617 } else if (DeclForGlobal(&global_var)) { in ResolveExternals()