Home
last modified time | relevance | path

Searched refs:GetAddressRange (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp88 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr, in GetAddressRange() function in UnwindTable
94 m_object_file_unwind_up->GetAddressRange(addr, range)) in GetAddressRange()
98 if (sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, 0, in GetAddressRange()
104 if (m_eh_frame_up && m_eh_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
108 if (m_debug_frame_up && m_debug_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
137 auto range_or = GetAddressRange(addr, sc); in GetFuncUnwindersContainingAddress()
157 auto range_or = GetAddressRange(addr, sc); in GetUncachedFuncUnwindersContainingAddress()
H A DFunction.cpp127 const Address &caller_start_addr = caller.GetAddressRange().GetBaseAddress(); in GetLoadAddress()
263 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetStartLineSourceInfo()
277 Address scratch_addr(GetAddressRange().GetBaseAddress()); in GetEndLineSourceInfo()
279 GetAddressRange().GetByteSize() - 1); in GetEndLineSourceInfo()
382 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
427 ModuleSP module_sp(GetAddressRange().GetBaseAddress().GetModule()); in GetInstructions()
431 GetAddressRange(), !prefer_file_cache); in GetInstructions()
539 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetPrologueByteSize()
H A DBlock.cpp40 function->GetAddressRange().GetBaseAddress().GetLoadAddress(target); in GetDescription()
42 base_addr = function->GetAddressRange().GetBaseAddress().GetFileAddress(); in GetDescription()
243 const AddressRange &func_range = function->GetAddressRange(); in GetRangeContainingAddress()
278 const AddressRange &func_range = function->GetAddressRange(); in GetRangeIndexContainingAddress()
297 range.GetBaseAddress() = function->GetAddressRange().GetBaseAddress(); in GetRangeAtIndex()
312 addr = function->GetAddressRange().GetBaseAddress(); in GetStartAddress()
332 function->GetAddressRange().GetBaseAddress().GetFileAddress(); in AddRange()
H A DVariable.cpp155 loclist_base_addr = variable_sc.function->GetAddressRange() in Dump()
238 function->GetAddressRange().GetBaseAddress().GetLoadAddress( in LocationIsValidForFrame()
267 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in LocationIsValidForAddress()
464 if (sc.function->GetAddressRange().ContainsFileAddress(address)) { in DumpLocationForAddress()
466 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in DumpLocationForAddress()
H A DSymbolContext.cpp102 function->GetAddressRange().GetBaseAddress().GetOffset(); in DumpStopContext()
329 function->GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in Dump()
380 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
400 range = function->GetAddressRange(); in GetAddressRange()
690 if (function->GetAddressRange() in GetFunctionStartLineEntry()
1229 if (pos->function->GetAddressRange().GetBaseAddress() == in AppendIfUnique()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp130 m_opaque_ptr->GetAddressRange().GetBaseAddress().GetModule()); in GetInstructions()
136 m_opaque_ptr->GetAddressRange(), force_live_memory)); in GetInstructions()
153 addr.SetAddress(m_opaque_ptr->GetAddressRange().GetBaseAddress()); in GetStartAddress()
162 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); in GetEndAddress()
164 addr.SetAddress(m_opaque_ptr->GetAddressRange().GetBaseAddress()); in GetEndAddress()
H A DSBBlock.cpp182 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress()); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp80 if (sc.GetAddressRange(range_scope, 0, use_inline_block_range, in InferiorCallMmap()
161 if (sc.GetAddressRange(range_scope, 0, use_inline_block_range, in InferiorCallMunmap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h20 virtual bool GetAddressRange(Address addr, AddressRange &range) = 0;
H A DUnwindTable.h63 llvm::Optional<AddressRange> GetAddressRange(const Address &addr,
H A DDWARFCallFrameInfo.h44 bool GetAddressRange(Address addr, AddressRange &range);
H A DSymbolContext.h193 bool GetAddressRange(uint32_t scope, uint32_t range_idx,
H A DFunction.h461 const AddressRange &GetAddressRange() { return m_range; } in GetAddressRange() function
H A DUnwindPlan.h458 const AddressRange &GetAddressRange() const { in GetAddressRange() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp245 sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, 0, in GetContainingAddressRanges()
292 range = sc.function->GetAddressRange(); in GetCurrentFunctionRanges()
341 sc.GetAddressRange(scope, range_idx, use_inline_block_range, range); in GetNameRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp71 sc.GetAddressRange(eSymbolContextEverything, 0, false, range); in line_entry_helper()
381 sc.GetAddressRange(eSymbolContextEverything, 0, false, range_of_curr_func); in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp106 sym_addr = sc.function->GetAddressRange().GetBaseAddress(); in GetBreakableLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceInstructionDumper.cpp206 if (prev_insn_info.sc.GetAddressRange(eSymbolContextEverything, 0, in DumpInstructions()
H A DThreadPlanStepInRange.cpp251 func_start_address = sc.function->GetAddressRange().GetBaseAddress(); in ShouldStop()
H A DThreadPlanStepRange.cpp198 return m_addr_context.function->GetAddressRange().ContainsLoadAddress( in InSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp511 context.GetAddressRange(eSymbolContextEverything, 0, false, range); in GetStepThroughTrampolinePlan()
790 sym_ctx.function->GetAddressRange().GetBaseAddress().GetModule(); in AlwaysRelyOnEHUnwindInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp434 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
441 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
546 range = sc.function->GetAddressRange(); in Disassemble()
H A DValueObjectVariable.cpp159 sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress( in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp315 Address prologue_addr(sc.function->GetAddressRange().GetBaseAddress()); in AddLocation()
H A DBreakpointResolverName.cpp351 break_addr = sc.function->GetAddressRange().GetBaseAddress(); in SearchCallback()

12