Searched refs:GetOpcodeLoadAddress (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h29 lldb::addr_t GetOpcodeLoadAddress(lldb::addr_t load_addr,
H A DArchitectureArm.cpp143 addr_t ArchitectureArm::GetOpcodeLoadAddress(addr_t opcode_addr, function in class:ArchitectureArm
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h33 lldb::addr_t GetOpcodeLoadAddress(lldb::addr_t load_addr,
H A DArchitectureMips.cpp61 addr_t ArchitectureMips::GetOpcodeLoadAddress(addr_t opcode_addr, function in class:ArchitectureMips
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h88 virtual lldb::addr_t GetOpcodeLoadAddress( function in class:lldb_private::Architecture
H A DAddress.h320 lldb::addr_t GetOpcodeLoadAddress(
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp29 address.GetOpcodeLoadAddress(thread.CalculateTarget().get()));
40 thread.CalculateTarget()->GetOpcodeLoadAddress(address));
55 *pos = target.GetOpcodeLoadAddress(*pos);
H A DRegisterContext.cpp105 pc = target->GetOpcodeLoadAddress(pc, AddressClass::eCode);
H A DProcess.cpp1673 load_addr = resolved_address.GetOpcodeLoadAddress(&GetTarget());
1676 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
1678 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
H A DStackFrame.cpp238 addr_t addr_minus_one = lookup_addr.GetOpcodeLoadAddress(
H A DTarget.cpp2816 lldb::addr_t Target::GetOpcodeLoadAddress(lldb::addr_t load_addr, function in class:Target
2819 return arch_plugin ? arch_plugin->GetOpcodeLoadAddress(load_addr, addr_class)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp385 changed_symbol_addr.GetOpcodeLoadAddress(&target);
606 class_getMethodImplementation->GetAddress().GetOpcodeLoadAddress(
610 class_getMethodImplementation_stret->GetAddress().GetOpcodeLoadAddress(
613 m_msg_forward_addr = msg_forward->GetAddress().GetOpcodeLoadAddress(target);
616 msg_forward_stret->GetAddress().GetOpcodeLoadAddress(target);
671 msgSend_symbol->GetAddressRef().GetOpcodeLoadAddress(target);
685 msgSend_symbol->GetAddressRef().GetOpcodeLoadAddress(target);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp52 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget());
457 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()));
638 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp208 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp238 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp268 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp370 addr_t Address::GetOpcodeLoadAddress(Target *target, function in class:Address
376 code_addr = target->GetOpcodeLoadAddress(code_addr, addr_class);
388 m_offset = target->GetOpcodeLoadAddress(m_offset, addr_class);
H A DIOHandlerCursesGUI.cpp6760 frame->GetFrameCodeAddress().GetOpcodeLoadAddress(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp911 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h869 GetOpcodeLoadAddress(lldb::addr_t load_addr,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp338 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress(

Completed in 410 milliseconds