Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp135 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { 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, GetAddressRange() function in SymbolContext
/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h447 const AddressRange &GetAddressRange() { return m_range; } GetAddressRange() function
H A DUnwindPlan.h456 const AddressRange &GetAddressRange() const { GetAddressRange() function
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp442 bool PECallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in PECallFrameInfo