Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h28 lldb::addr_t func_file_addr) in DWARFExpressionList() argument
30 m_func_file_addr(func_file_addr) {} in DWARFExpressionList()
56 void SetFuncFileAddress(lldb::addr_t func_file_addr) { in SetFuncFileAddress() argument
57 m_func_file_addr = func_file_addr; in SetFuncFileAddress()
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp475 addr_t func_file_addr = func_addr.GetFileAddress(); in DumpAddressOffsetFromFunction() local
477 if (addr_file_addr > func_file_addr || in DumpAddressOffsetFromFunction()
478 (addr_file_addr == func_file_addr && print_zero_offsets)) { in DumpAddressOffsetFromFunction()
480 addr_file_addr - func_file_addr); in DumpAddressOffsetFromFunction()
481 } else if (addr_file_addr < func_file_addr) { in DumpAddressOffsetFromFunction()
483 func_file_addr - addr_file_addr); in DumpAddressOffsetFromFunction()