Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp135 UnwindTable::GetAddressRange(const Address &addr, const SymbolContext &sc) { in GetAddressRange() function in UnwindTable
140 m_object_file_unwind_up->GetAddressRange(addr, range)) in GetAddressRange()
144 if (sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, 0, in GetAddressRange()
150 if (m_eh_frame_up && m_eh_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
154 if (m_debug_frame_up && m_debug_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
183 auto range_or = GetAddressRange(addr, sc); in GetFuncUnwindersContainingAddress()
202 auto range_or = GetAddressRange(addr, sc); in GetUncachedFuncUnwindersContainingAddress()
H A DBlock.cpp41 function->GetAddressRange().GetBaseAddress().GetLoadAddress(target); in GetDescription()
43 base_addr = function->GetAddressRange().GetBaseAddress().GetFileAddress(); in GetDescription()
254 const AddressRange &func_range = function->GetAddressRange(); in GetRangeContainingAddress()
289 const AddressRange &func_range = function->GetAddressRange(); in GetRangeIndexContainingAddress()
308 range.GetBaseAddress() = function->GetAddressRange().GetBaseAddress(); in GetRangeAtIndex()
326 range.GetBaseAddress() = function->GetAddressRange().GetBaseAddress(); in GetRanges()
339 addr = function->GetAddressRange().GetBaseAddress(); in GetStartAddress()
359 function->GetAddressRange().GetBaseAddress().GetFileAddress(); in AddRange()
H A DFunction.cpp136 const Address &caller_start_addr = caller.GetAddressRange().GetBaseAddress(); in GetLoadAddress()
290 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetStartLineSourceInfo()
304 Address scratch_addr(GetAddressRange().GetBaseAddress()); in GetEndLineSourceInfo()
306 GetAddressRange().GetByteSize() - 1); in GetEndLineSourceInfo()
415 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
460 ModuleSP module_sp(GetAddressRange().GetBaseAddress().GetModule()); in GetInstructions()
464 GetAddressRange(), !prefer_file_cache); in GetInstructions()
577 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetPrologueByteSize()
H A DSymbolContext.cpp108 function->GetAddressRange().GetBaseAddress().GetOffset(); in DumpStopContext()
342 function->GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in Dump()
393 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
413 range = function->GetAddressRange(); in GetAddressRange()
701 if (function->GetAddressRange() in GetFunctionStartLineEntry()
1234 if (pos->function->GetAddressRange().GetBaseAddress() == in AppendIfUnique()
H A DVariable.cpp224 function->GetAddressRange().GetBaseAddress().GetLoadAddress( in LocationIsValidForFrame()
262 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in LocationIsValidForAddress()
454 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in DumpLocations()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp123 m_opaque_ptr->GetAddressRange().GetBaseAddress().GetModule()); in GetInstructions()
129 m_opaque_ptr->GetAddressRange(), force_live_memory)); in GetInstructions()
146 addr.SetAddress(m_opaque_ptr->GetAddressRange().GetBaseAddress()); in GetStartAddress()
155 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); in GetEndAddress()
157 addr.SetAddress(m_opaque_ptr->GetAddressRange().GetBaseAddress()); in GetEndAddress()
170 (*range.m_opaque_up) = m_opaque_ptr->GetAddressRange(); in GetRanges()
H A DSBBlock.cpp180 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp81 if (sc.GetAddressRange(range_scope, 0, use_inline_block_range, in InferiorCallMmap()
165 if (sc.GetAddressRange(range_scope, 0, use_inline_block_range, in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h20 virtual bool GetAddressRange(Address addr, AddressRange &range) = 0;
H A DUnwindTable.h68 std::optional<AddressRange> GetAddressRange(const Address &addr,
H A DDWARFCallFrameInfo.h45 bool GetAddressRange(Address addr, AddressRange &range);
H A DSymbolContext.h201 bool GetAddressRange(uint32_t scope, uint32_t range_idx,
H A DFunction.h447 const AddressRange &GetAddressRange() { return m_range; }
457 const AddressRange &GetAddressRange() { return m_range; } GetAddressRange() function
H A DUnwindPlan.h456 const AddressRange &GetAddressRange() const { in GetAddressRange() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp249 sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, 0, in GetContainingAddressRanges()
305 range = sc.function->GetAddressRange(); in GetCurrentFunctionRanges()
365 sc.GetAddressRange(scope, range_idx, use_inline_block_range, range); in GetNameRanges()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp75 sc.GetAddressRange(eSymbolContextEverything, 0, false, range); in line_entry_helper()
383 sc.GetAddressRange(eSymbolContextEverything, 0, false, range_of_curr_func); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp100 sym_addr = sc.function->GetAddressRange().GetBaseAddress(); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp130 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp303 block.AddRange(Block::Range(0, func.GetAddressRange().GetByteSize())); in ParseBlocksRecursive()
307 addr_t func_base = func.GetAddressRange().GetBaseAddress().GetOffset(); in ParseBlocksRecursive()
401 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress()); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp530 context.GetAddressRange(eSymbolContextEverything, 0, false, range); in GetStepThroughTrampolinePlan()
874 sym_ctx.function->GetAddressRange().GetBaseAddress().GetModule(); in AlwaysRelyOnEHUnwindInfo()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp324 Address prologue_addr(sc.function->GetAddressRange().GetBaseAddress()); in AddLocation()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp476 if (prev_symbol_context.GetAddressRange(eSymbolContextEverything, 0, in CalculateSymbolContext()
783 if (symbol_info.sc.GetAddressRange( in AppendInstructionToFunctionCallForest()
H A DThreadPlanStepInRange.cpp252 func_start_address = sc.function->GetAddressRange().GetBaseAddress(); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp163 sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress( in UpdateValue()
H A DDisassembler.cpp430 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
437 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
545 range = sc.function->GetAddressRange(); in Disassemble()

12