Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h474 void SetRawAddress(lldb::addr_t addr) { in SetRawAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp57 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp432 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp112 address.SetRawAddress(vm_addr); in FindLocationByAddress()
130 address.SetRawAddress(vm_addr); in FindLocationIDByAddress()
H A DSBTarget.cpp623 addr.SetRawAddress(vm_addr); in ResolveLoadAddress()
637 addr.SetRawAddress(file_addr); in ResolveFileAddress()
654 addr.SetRawAddress(vm_addr); in ResolvePastLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp272 dynamic_address.SetRawAddress(dynamic_addr); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp168 so_addr.SetRawAddress(addr); in DumpDataExtractor()
H A DAddress.cpp156 deref_so_addr.SetRawAddress(deref_addr); in ReadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp213 m_frame_code_addr.SetRawAddress(pc); in ChangePC()