Home
last modified time | relevance | path

Searched refs:GetRanges (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp222 lldb::SBAddressRangeList SBBlock::GetRanges() { in GetRanges() function in SBBlock
227 sb_ranges.m_opaque_up->ref() = m_opaque_ptr->GetRanges(); in GetRanges()
H A DSBFunction.cpp166 lldb::SBAddressRangeList SBFunction::GetRanges() { in GetRanges() function in SBFunction
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h50 lldb::SBAddressRangeList GetRanges();
H A DSBBlock.h57 lldb::SBAddressRangeList GetRanges();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp86 GetRanges(DWARFUnit &unit, const DWARFFormValue &value) { in GetRanges() function
164 GetRanges(*cu, form_value)) { in GetDIENamesAndRanges()
544 return GetRanges(*cu, form_value); in GetAttributeAddressRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h346 AddressRanges GetRanges();
H A DFunction.h448 AddressRanges GetAddressRanges() { return m_block.GetRanges(); } in GetAddressRanges()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp255 auto GetRanges = [](const DWARFFormValue &FormValue, in processOneAttribute() local
262 GetRanges(FormValue, U); in processOneAttribute()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp306 AddressRanges Block::GetRanges() { in GetRanges() function in Block
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7242 result = (arg1)->GetRanges(); in _wrap_SBBlock_GetRanges()
33045 result = (arg1)->GetRanges(); in _wrap_SBFunction_GetRanges()