/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 135 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 D | Block.cpp | 41 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 D | Function.cpp | 136 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 D | SymbolContext.cpp | 108 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 D | Variable.cpp | 224 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 D | SBFunction.cpp | 123 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 D | SBBlock.cpp | 180 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress()); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 81 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 D | CallFrameInfo.h | 20 virtual bool GetAddressRange(Address addr, AddressRange &range) = 0;
|
H A D | UnwindTable.h | 68 std::optional<AddressRange> GetAddressRange(const Address &addr,
|
H A D | DWARFCallFrameInfo.h | 45 bool GetAddressRange(Address addr, AddressRange &range);
|
H A D | SymbolContext.h | 201 bool GetAddressRange(uint32_t scope, uint32_t range_idx,
|
H A D | Function.h | 447 const AddressRange &GetAddressRange() { return m_range; } 457 const AddressRange &GetAddressRange() { return m_range; } GetAddressRange() function
|
H A D | UnwindPlan.h | 456 const AddressRange &GetAddressRange() const { in GetAddressRange() function
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDisassemble.cpp | 249 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 D | CPPLanguageRuntime.cpp | 75 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 D | ArchitectureMips.cpp | 100 sym_addr = sc.function->GetAddressRange().GetBaseAddress(); in GetBreakableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpressionList.cpp | 130 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in MatchesOperand()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 303 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 D | DynamicLoaderPOSIXDYLD.cpp | 530 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 D | BreakpointResolver.cpp | 324 Address prologue_addr(sc.function->GetAddressRange().GetBaseAddress()); in AddLocation()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 476 if (prev_symbol_context.GetAddressRange(eSymbolContextEverything, 0, in CalculateSymbolContext() 783 if (symbol_info.sc.GetAddressRange( in AppendInstructionToFunctionCallForest()
|
H A D | ThreadPlanStepInRange.cpp | 252 func_start_address = sc.function->GetAddressRange().GetBaseAddress(); in ShouldStop()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVariable.cpp | 163 sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress( in UpdateValue()
|
H A D | Disassembler.cpp | 430 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()
|