Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp88 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange() function in UnwindTable
DDWARFCallFrameInfo.cpp172 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in DWARFCallFrameInfo
DSymbolContext.cpp382 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h461 const AddressRange &GetAddressRange() { return m_range; } in GetAddressRange() function
DUnwindPlan.h440 const AddressRange &GetAddressRange() const { in GetAddressRange() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp444 bool PECallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in PECallFrameInfo