Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h33 lldb::addr_t func_file_addr) in DWARFExpressionList() argument
35 m_func_file_addr(func_file_addr) {} in DWARFExpressionList()
61 void SetFuncFileAddress(lldb::addr_t func_file_addr) { in SetFuncFileAddress() argument
62 m_func_file_addr = func_file_addr; in SetFuncFileAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp468 addr_t func_file_addr = func_addr.GetFileAddress(); in DumpAddressOffsetFromFunction() local
470 if (addr_file_addr > func_file_addr || in DumpAddressOffsetFromFunction()
471 (addr_file_addr == func_file_addr && print_zero_offsets)) { in DumpAddressOffsetFromFunction()
473 addr_file_addr - func_file_addr); in DumpAddressOffsetFromFunction()
474 } else if (addr_file_addr < func_file_addr) { in DumpAddressOffsetFromFunction()
476 func_file_addr - addr_file_addr); in DumpAddressOffsetFromFunction()