Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp28 AddressType func_ptr_address_type = eAddressTypeInvalid; in CXXFunctionPointerSummaryProvider() local
29 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type); in CXXFunctionPointerSummaryProvider()
31 switch (func_ptr_address_type) { in CXXFunctionPointerSummaryProvider()