Home
last modified time | relevance | path

Searched refs:CreateValueFromAddress (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/examples/summaries/cocoa/
DCFString.py45 child_ptr = valobj.CreateValueFromAddress(
47 child = child_ptr.CreateValueFromAddress(
153 vopointer = self.valobj.CreateValueFromAddress(
191 return self.valobj.CreateValueFromAddress(
DSelector.py17 return valobj.CreateValueFromAddress(
DNSIndexSet.py95 count_vo = self.valobj.CreateValueFromAddress(
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py60 pointee = value.CreateValueFromAddress(
135 pointee = value.CreateValueFromAddress(
DTestSetWatchlocation.py61 pointee = value.CreateValueFromAddress(
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_value.py54 obj.CreateValueFromAddress("x", 0x123, invalid_type)
/external/llvm-project/lldb/bindings/interface/
DSBValue.i261 CreateValueFromAddress(const char* name, lldb::addr_t address, lldb::SBType type);
534 child = self.CreateValueFromAddress(name, addr, type)
DSBTarget.i893 the underlying memory.") CreateValueFromAddress;
895 CreateValueFromAddress (const char *name, lldb::SBAddress addr, lldb::SBType type);
/external/llvm-project/lldb/test/API/python_api/sbdata/
DTestSBData.py140 nothing = foobar.CreateValueFromAddress(
144 new_foobar = foobar.CreateValueFromAddress(
/external/llvm-project/lldb/include/lldb/API/
DSBValue.h130 lldb::SBValue CreateValueFromAddress(const char *name, lldb::addr_t address,
DSBTarget.h778 lldb::SBValue CreateValueFromAddress(const char *name, lldb::SBAddress addr,
/external/llvm-project/lldb/source/API/
DSBValue.cpp629 lldb::SBValue SBValue::CreateValueFromAddress(const char *name, in CreateValueFromAddress() function in SBValue
632 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, CreateValueFromAddress, in CreateValueFromAddress()
1590 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, CreateValueFromAddress, in RegisterMethods()
DSBTarget.cpp1486 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress() function in SBTarget
1488 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, CreateValueFromAddress, in CreateValueFromAddress()
2580 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, CreateValueFromAddress, in RegisterMethods()