Searched defs:function_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h61 uint32_t function_offset; // The offset of the first function covered by this index member in struct:lldb_private::CompactUnwindInfo::UnwindIndex
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h37 uptr function_offset; member in struct:__sanitizer::AddressInfo
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp318 uint32_t function_offset = m_unwindinfo_data.GetU32(&offset); // functionOffset local
353 CompactUnwindInfo::GetLSDAForFunctionOffset (uint32_t lsda_offset, uint32_t lsda_count, uint32_t function_offset) argument
387 CompactUnwindInfo::BinarySearchRegularSecondPage (uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, uint32_t *entry_func_start_offset, uint32_t *entry_func_end_offset) argument
[all...]
H A DSymbolContext.cpp176 const addr_t function_offset = addr.GetOffset() - function->GetAddressRange().GetBaseAddress().GetOffset(); local

Completed in 106 milliseconds