Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp100 m_object_file_unwind_up->GetAddressRange(addr, range)) in GetAddressRanges()
106 sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, idx, in GetAddressRanges()
115 if (m_eh_frame_up && m_eh_frame_up->GetAddressRange(addr, range)) in GetAddressRanges()
119 if (m_debug_frame_up && m_debug_frame_up->GetAddressRange(addr, range)) in GetAddressRanges()
H A DDWARFCallFrameInfo.cpp207 bool DWARFCallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange() function in DWARFCallFrameInfo
H A DSymbolContext.cpp340 bool SymbolContext::GetAddressRange(uint32_t scope, uint32_t range_idx, in GetAddressRange() function in SymbolContext
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h20 virtual bool GetAddressRange(Address addr, AddressRange &range) = 0;
H A DDWARFCallFrameInfo.h45 bool GetAddressRange(Address addr, AddressRange &range);
H A DSymbolContext.h192 bool GetAddressRange(uint32_t scope, uint32_t range_idx,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp273 sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, in GetContainingAddressRanges()
384 sc.GetAddressRange(scope, range_idx, use_inline_block_range, range); in GetNameRanges()
H A DCommandObjectSource.cpp415 sc.GetAddressRange(eSymbolContextEverything, r, in DumpLinesInFunctions()
/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp449 sc.GetAddressRange(eSymbolContextEverything, 0, false, range_of_curr_func); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp443 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
450 sc.GetAddressRange(scope, 0, use_inline_block_range, in PrintInstructions()
H A DModule.cpp561 if (sc.GetAddressRange(eSymbolContextFunction | eSymbolContextSymbol, 0, in ResolveSymbolContextForAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1821 sym_ctx.GetAddressRange(resolve_scope, idx, false, range); in SymbolLookup()