Searched defs:GetAddressRange (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | UnwindTable.cpp | 135 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { GetAddressRange() function in UnwindTable |
H A D | DWARFCallFrameInfo.cpp | 176 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in DWARFCallFrameInfo |
H A D | SymbolContext.cpp | 393 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, GetAddressRange() function in SymbolContext |
/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | Function.h | 447 const AddressRange &GetAddressRange() { return m_range; } GetAddressRange() function |
H A D | UnwindPlan.h | 456 const AddressRange &GetAddressRange() const { GetAddressRange() function |
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ | ||
H A D | PECallFrameInfo.cpp | 442 bool PECallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in PECallFrameInfo |