Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DCXXFunctionPointer.cpp27 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider() local
28 if (func_ptr_address != 0 && func_ptr_address != LLDB_INVALID_ADDRESS) { in CXXFunctionPointerSummaryProvider()
41 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()