Home
last modified time | relevance | path

Searched refs:SetRawAddress (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h431 void SetRawAddress(lldb::addr_t addr) { in SetRawAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp58 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp705 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp146 address.SetRawAddress(vm_addr); in FindLocationByAddress()
167 address.SetRawAddress(vm_addr); in FindLocationIDByAddress()
H A DSBTarget.cpp638 addr.SetRawAddress(vm_addr); in ResolveLoadAddress()
655 addr.SetRawAddress(file_addr); in ResolveFileAddress()
675 addr.SetRawAddress(vm_addr); in ResolvePastLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp264 dynamic_address.SetRawAddress(dynamic_addr); in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp159 so_addr.SetRawAddress(addr); in DumpInstructions()
H A DAddress.cpp155 deref_so_addr.SetRawAddress(deref_addr); in ReadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp250 m_frame_code_addr.SetRawAddress(pc); in ChangePC()