Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h263 DeclForGlobal (const llvm::GlobalValue *global_val, llvm::Module *module);
266 DeclForGlobal (llvm::GlobalValue *global);
/external/lldb/source/Expression/
DIRForTarget.cpp209 clang::NamedDecl *fun_decl = DeclForGlobal (fun); in GetFunctionAddress()
382 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) in DeclForGlobal() function in IRForTarget
421 IRForTarget::DeclForGlobal (GlobalValue *global_val) in DeclForGlobal() function in IRForTarget
423 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
505 clang::NamedDecl *result_decl = DeclForGlobal (result_global); in CreateResultVariable()
1496 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()
1793 DeclForGlobal(global)); in ResolveExternals()
1825 else if (DeclForGlobal(global)) in ResolveExternals()