Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DUnwindTable.cpp89 std::optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange() function in UnwindTable
H A DDWARFCallFrameInfo.cpp176 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in DWARFCallFrameInfo
H A DSymbolContext.cpp380 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h457 const AddressRange &GetAddressRange() { return m_range; } in GetAddressRange() function
H A DUnwindPlan.h456 const AddressRange &GetAddressRange() const { in GetAddressRange() function
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp442 bool PECallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in PECallFrameInfo