Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp28 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider() local
29 if (func_ptr_address != 0 && func_ptr_address != LLDB_INVALID_ADDRESS) { in CXXFunctionPointerSummaryProvider()
42 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
54 addr_t fixed_addr = abi_sp->FixCodeAddress(func_ptr_address); in CXXFunctionPointerSummaryProvider()
55 if (fixed_addr != func_ptr_address) { in CXXFunctionPointerSummaryProvider()