Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp209 clang::NamedDecl *fun_decl = DeclForGlobal (fun); in GetFunctionAddress() local
211 if (fun_decl) in GetFunctionAddress()
213 if (!m_decl_map->GetFunctionInfo (fun_decl, fun_addr)) in GetFunctionAddress()