Home
last modified time | relevance | path

Searched refs:GetAddress (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h298 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol() argument
299 : GetAddress(std::move(GetAddress)), CachedAddr(0), Flags(Flags) {} in JITSymbol()
305 : GetAddress(std::move(Other.GetAddress)), Flags(std::move(Other.Flags)) { in JITSymbol()
313 GetAddress = std::move(Other.GetAddress);
331 return !Flags.hasError() && (CachedAddr || GetAddress);
345 if (GetAddress) { in getAddress()
346 if (auto CachedAddrOrErr = GetAddress()) { in getAddress()
347 GetAddress = nullptr; in getAddress()
359 GetAddressFtor GetAddress;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp342 pr_sigpend = data.GetAddress(&offset); in Parse()
343 pr_sighold = data.GetAddress(&offset); in Parse()
350 pr_utime.tv_sec = data.GetAddress(&offset); in Parse()
351 pr_utime.tv_usec = data.GetAddress(&offset); in Parse()
353 pr_stime.tv_sec = data.GetAddress(&offset); in Parse()
354 pr_stime.tv_usec = data.GetAddress(&offset); in Parse()
356 pr_cutime.tv_sec = data.GetAddress(&offset); in Parse()
357 pr_cutime.tv_usec = data.GetAddress(&offset); in Parse()
359 pr_cstime.tv_sec = data.GetAddress(&offset); in Parse()
360 pr_cstime.tv_usec = data.GetAddress(&offset); in Parse()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp88 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
243 m_address_to_location.erase(to_location_sp->GetAddress()); in SwapLocation()
246 m_address_to_location[to_location_sp->GetAddress()] = to_location_sp; in SwapLocation()
255 m_address_to_location.erase(bp_loc_sp->GetAddress()); in RemoveLocation()
270 m_address_to_location.erase(m_locations[idx]->GetAddress()); in RemoveLocationByIndex()
281 if (bp_loc->GetAddress().SectionWasDeleted()) { in RemoveInvalidLocations()
288 ModuleSP module_sp(bp_loc->GetAddress().GetModule()); in RemoveInvalidLocations()
H A DBreakpoint.cpp561 Address section_addr(break_loc_sp->GetAddress()); in ModulesChanged()
618 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
694 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced()
738 if (old_loc_sp->GetAddress().CalculateSymbolContext(&old_sc) == in ModuleReplaced()
739 new_loc_sp->GetAddress().CalculateSymbolContext(&new_sc)) { in ModuleReplaced()
760 bp_loc_sp->GetAddress().CalculateSymbolContext(&old_sc_map[loc_id]); in ModuleReplaced()
768 bp_loc_sp->GetAddress().CalculateSymbolContext(&new_sc_map[loc_id]); in ModuleReplaced()
H A DBreakpointResolverName.cpp341 break_addr = sc.function->GetAddress(); in SearchCallback()
353 break_addr = actual_symbol->GetAddress(); in SearchCallback()
356 break_addr = sc.symbol->GetAddress(); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp42 base_addr = function->GetAddress().GetLoadAddress(target); in GetDescription()
44 base_addr = function->GetAddress().GetFileAddress(); in GetDescription()
255 Address func_addr = function.GetAddress(); in GetRangeContainingAddress()
277 const Address &func_addr = function.GetAddress(); in GetRangeIndexContainingAddress()
298 Address addr = GetFunction().GetAddress(); in GetRangeAtIndex()
307 Address addr = GetFunction().GetAddress(); in GetRanges()
318 Address func_addr = GetFunction().GetAddress(); in GetStartAddress()
338 const addr_t function_file_addr = function.GetAddress().GetFileAddress(); in AddRange()
H A DFunction.cpp136 const Address &caller_start_addr = caller.GetAddress(); in GetLoadAddress()
179 Address callee_addr = sc_list[0].symbol->GetAddress(); in ParseSymbolFileAndResolve()
296 if (line_table->FindLineEntryByAddress(GetAddress(), line_entry, nullptr)) { in GetStartLineSourceInfo()
471 ModuleSP module_sp = GetAddress().GetModule(); in GetInstructions()
588 if (line_table->FindLineEntryByAddress(GetAddress(), first_line_entry, in GetPrologueByteSize()
H A DSymbolContext.cpp110 file_addr >= function->GetAddress().GetFileAddress() ? '+' : '-'; in DumpStopContext()
111 addr_t offset = file_addr - function->GetAddress().GetFileAddress(); in DumpStopContext()
380 return function->GetAddress(); in GetFunctionOrSymbolAddress()
383 return symbol->GetAddress(); in GetFunctionOrSymbolAddress()
658 if (function->GetAddress().CalculateSymbolContextLineEntry(line_entry)) in GetFunctionStartLineEntry()
743 const Address sym_address = symbol->GetAddress(); in FindBestGlobalDataSymbol()
1216 if (pos->function->GetAddress() == sc.symbol->GetAddressRef()) { in AppendIfUnique()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i8 return self.GetAddress()
21 return self.GetAddress ().GetFileAddress()
28 addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that represents the address (lldb.SBAddress) for this instruction.''')
H A DSBValueExtensions.i54 return self.GetAddress()
77 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that …
H A DSBBreakpointLocationExtensions.i11 …addr = property(GetAddress, doc='A read only property that returns the address of this breakpoint …
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp99 SBAddress SBInstruction::GetAddress() { in GetAddress() function in SBInstruction
104 if (inst_sp && inst_sp->GetAddress().IsValid()) in GetAddress()
105 sb_addr.SetAddress(inst_sp->GetAddress()); in GetAddress()
253 const Address &addr = inst_sp->GetAddress(); in GetDescription()
289 const Address &addr = inst_sp->GetAddress(); in Print()
H A DSBQueueItem.cpp74 SBAddress SBQueueItem::GetAddress() const { in GetAddress() function in SBQueueItem
79 result.SetAddress(m_queue_item_sp->GetAddress()); in GetAddress()
H A DSBInstructionList.cpp85 addr = GetInstructionAtIndex(i).GetAddress(); in GetInstructionsCount()
174 const Address &addr = inst->GetAddress(); in GetDescription()
H A DSBFunction.cpp123 ModuleSP module_sp(m_opaque_ptr->GetAddress().GetModule()); in GetInstructions()
147 addr.SetAddress(m_opaque_ptr->GetAddress()); in GetStartAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp22 const uint64_t type = data.GetAddress(&offset); in ParseAuxv()
23 const uint64_t value = data.GetAddress(&offset); in ParseAuxv()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp220 m_next_region = data.GetAddress(&offset); in SetUpRegion()
380 const Address changed_symbol_addr = changed_symbol->GetAddress(); in InitializeVTableSymbols()
445 lldb::addr_t region_addr = data.GetAddress(&offset); in RefreshTrampolines()
606 class_getMethodImplementation->GetAddress().GetOpcodeLoadAddress( in AppleObjCTrampolineHandler()
610 class_getMethodImplementation_stret->GetAddress().GetOpcodeLoadAddress( in AppleObjCTrampolineHandler()
613 m_msg_forward_addr = msg_forward->GetAddress().GetOpcodeLoadAddress(target); in AppleObjCTrampolineHandler()
616 msg_forward_stret->GetAddress().GetOpcodeLoadAddress(target); in AppleObjCTrampolineHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp139 entry->next_entry = extractor.GetAddress(&offset); in ReadJITEntry()
140 entry->prev_entry = extractor.GetAddress(&offset); in ReadJITEntry()
141 entry->symfile_addr = extractor.GetAddress(&offset); in ReadJITEntry()
461 const Address jit_descriptor_addr = sym_ctx.symbol->GetAddress(); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp99 sym_addr = sc.function->GetAddress(); in GetBreakableLoadAddress()
101 sym_addr = sc.symbol->GetAddress(); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp602 kld_off_address_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
608 kld_off_next_symbol->GetAddress().GetLoadAddress(&m_process->GetTarget()), in ReadAllKmods()
613 kld_off_filename_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
620 kld_off_pathname_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
736 m_linker_file_list_struct_addr = symbol->GetAddress(); in LoadKernelModules()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp156 Address symbol_end = sc.symbol->GetAddress(); in DefaultStepFromHereCallback()
158 if (range.ContainsFileAddress(sc.symbol->GetAddress()) && in DefaultStepFromHereCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp168 AddressRange func_range(curr_symbol->GetAddress(), 0); in ParseFunctions()
189 curr_symbol->GetAddress(), AddressRanges{func_range})); in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h37 lldb::SBAddress GetAddress() const;
H A DSBInstruction.h38 SBAddress GetAddress();
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp110 const lldb::addr_t base_addr = inst->GetAddress().GetFileAddress(); in GetNonCallSiteUnwindPlanFromAssembly()
141 inst->GetAddress().GetFileAddress() - base_addr; in GetNonCallSiteUnwindPlanFromAssembly()
154 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), inst->GetAddress(), in GetNonCallSiteUnwindPlanFromAssembly()
190 range.ContainsFileAddress(inst->GetAddress().GetFileAddress() + in GetNonCallSiteUnwindPlanFromAssembly()

1234