Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp29 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider() local
30 if (func_ptr_address != 0 && func_ptr_address != LLDB_INVALID_ADDRESS) { in CXXFunctionPointerSummaryProvider()
43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
55 addr_t fixed_addr = abi_sp->FixCodeAddress(func_ptr_address); in CXXFunctionPointerSummaryProvider()
56 if (fixed_addr != func_ptr_address) { in CXXFunctionPointerSummaryProvider()