Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h454 void SetRawAddress(lldb::addr_t addr) { in SetRawAddress() function
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp59 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp798 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp141 address.SetRawAddress(vm_addr); in FindLocationByAddress()
161 address.SetRawAddress(vm_addr); in FindLocationIDByAddress()
H A DSBTarget.cpp605 addr.SetRawAddress(vm_addr); in ResolveLoadAddress()
621 addr.SetRawAddress(file_addr); in ResolveFileAddress()
640 addr.SetRawAddress(vm_addr); in ResolvePastLoadAddress()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp362 dynamic_address.SetRawAddress(dynamic_addr); in GetDynamicTypeAndAddress()
/src/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp143 so_addr.SetRawAddress(addr); in DumpInstructions()
H A DAddress.cpp158 deref_so_addr.SetRawAddress(deref_addr); in ReadAddress()
/src/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp252 m_frame_code_addr.SetRawAddress(pc); in ChangePC()