Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddress.h444 void SetRawAddress(lldb::addr_t addr) { in SetRawAddress() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp59 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.cpp784 address.SetRawAddress(object_ptr); in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp142 address.SetRawAddress(vm_addr); in FindLocationByAddress()
162 address.SetRawAddress(vm_addr); in FindLocationIDByAddress()
H A DSBTarget.cpp596 addr.SetRawAddress(vm_addr); in ResolveLoadAddress()
612 addr.SetRawAddress(file_addr); in ResolveFileAddress()
631 addr.SetRawAddress(vm_addr); in ResolvePastLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp264 dynamic_address.SetRawAddress(dynamic_addr); in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp143 so_addr.SetRawAddress(addr); in DumpInstructions()
H A DAddress.cpp156 deref_so_addr.SetRawAddress(deref_addr); in ReadAddress()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp252 m_frame_code_addr.SetRawAddress(pc); in ChangePC()