Searched defs:fun_addr (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Expression/
H A DIRForTarget.cpp161 uint64_t &fun_addr,
167 fun_addr = LLDB_INVALID_ADDRESS;
213 if (!m_decl_map->GetFunctionInfo (fun_decl, fun_addr))
216 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr);
227 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr);
266 if (!m_decl_map->GetFunctionAddress (name, fun_addr))
279 log->Printf("Found \"%s\" at 0x%" PRIx64, name.GetCString(), fun_addr);
160 GetFunctionAddress(llvm::Function *fun, uint64_t &fun_addr, lldb_private::ConstString &name, Constant **&value_ptr) argument

Completed in 73 milliseconds