Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDCXXFunctionPointer.cpp57 Address test_address; in CXXFunctionPointerSummaryProvider() local
58 test_address.SetLoadAddress(fixed_addr, target); in CXXFunctionPointerSummaryProvider()
59 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
63 so_addr = test_address; in CXXFunctionPointerSummaryProvider()