Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()