Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1767 const Address *fun_address = NULL; in AddOneFunction() local
1792 fun_address = &function->GetAddressRange().GetBaseAddress(); in AddOneFunction()
1826 fun_address = &symbol->GetAddress(); in AddOneFunction()
1839 lldb::addr_t load_addr = fun_address->GetCallableLoadAddress(target, is_indirect_function); in AddOneFunction()
1862 lldb::addr_t file_addr = fun_address->GetFileAddress(); in AddOneFunction()
1878fun_address->Dump(&ss, m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), Address::DumpStyle… in AddOneFunction()