Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp465 DWARFDebugInfoEntry** function_die_handle, in LookupAddress() argument
471 if (function_die_handle != NULL && DIE()) in LookupAddress()
479 *function_die_handle = GetDIEPtr(func_aranges.FindAddress(address)); in LookupAddress()
480 if (*function_die_handle != NULL) in LookupAddress()
485 DWARFDebugInfoEntry* child = (*function_die_handle)->GetFirstChild(); in LookupAddress()