Home
last modified time | relevance | path

Searched defs:GetAddressRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp135 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { in GetAddressRange() function in UnwindTable
H A DDWARFCallFrameInfo.cpp176 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in DWARFCallFrameInfo
H A DSymbolContext.cpp393 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h457 const AddressRange &GetAddressRange() { return m_range; } GetAddressRange() function
H A DUnwindPlan.h456 const AddressRange &GetAddressRange() const { in GetAddressRange() function