Searched refs:AddressOf (Results 1 - 25 of 29) sorted by relevance

12

/external/lldb/examples/summaries/cocoa/
H A DSelector.py14 return valobj.CreateValueFromAddress('text',valobj.GetValueAsUnsigned(0),valobj.GetType().GetBasicType(lldb.eBasicTypeChar)).AddressOf().GetSummary()
H A DCFString.py39 child = child_ptr.CreateValueFromAddress("string_data",child_ptr.GetValueAsUnsigned(),valobj.GetType()).AddressOf()
167 offset, self.valobj.GetType().GetBasicType(lldb.eBasicTypeChar)).AddressOf();
/external/lldb/test/expression_command/issue_11588/
H A Ds11588.py4 self.addrOf = valobj.AddressOf()
/external/lldb/source/Core/
H A DValueObjectConstResultChild.cpp63 ValueObjectConstResultChild::AddressOf (Error &error) function in class:ValueObjectConstResultChild
65 return m_impl.AddressOf(error);
H A DValueObjectConstResult.cpp309 ValueObjectConstResult::AddressOf (Error &error) function in class:ValueObjectConstResult
311 return m_impl.AddressOf(error);
H A DValueObjectConstResultImpl.cpp167 ValueObjectConstResultImpl::AddressOf (Error &error) function in class:ValueObjectConstResultImpl
/external/lldb/test/expression_command/formatters/
H A Dformatters.py8 b_ref_ptr = b_ref.AddressOf()
/external/lldb/include/lldb/Core/
H A DValueObjectConstResultChild.h57 AddressOf (Error &error);
H A DValueObjectConstResultImpl.h48 AddressOf (Error &error);
H A DValueObjectConstResult.h99 AddressOf (Error &error);
/external/lldb/test/python_api/default-constructor/
H A Dsb_value.py58 obj.AddressOf()
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h34 bool AddressOf; member in struct:llvm::X86Operand
204 return AddressOf;
424 bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(),
428 Res->AddressOf = AddressOf;
455 Res->AddressOf = false;
481 Res->AddressOf = false;
/external/lldb/scripts/Python/interface/
H A DSBValue.i318 AddressOf();
454 __swig_getmethods__["address_of"] = AddressOf
455 if _newclass: address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue that represents the address-of this value.''')
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py104 content = process.ReadMemory(val.AddressOf().GetValueAsUnsigned(), 1, error)
134 cstring = process.ReadCStringFromMemory(val.AddressOf().GetValueAsUnsigned(), 256, error)
151 my_uint32 = process.ReadUnsignedFromMemory(val.AddressOf().GetValueAsUnsigned(), 4, error)
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc50 static Address AddressOf(T id) { function
57 return encoder.Encode(AddressOf(id));
101 CHECK_EQ(AddressOf(Builtins::kArrayCode),
103 CHECK_EQ(AddressOf(Runtime::kAbort),
/external/lldb/include/lldb/API/
H A DSBValue.h166 // this has no address! GetAddress() and GetLoadAddress() as well as AddressOf()
248 AddressOf();
/external/lldb/source/DataFormatters/
H A DLibCxxList.cpp261 ValueObjectSP backend_addr(m_backend.AddressOf(err));
H A DNSArray.cpp299 valobj_sp = valobj_sp->AddressOf(error);
H A DNSSet.cpp124 valobj_sp = valobj_sp->AddressOf(error);
H A DNSDictionary.cpp167 valobj_sp = valobj_sp->AddressOf(error);
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py127 self.node_address = self.valobj.AddressOf().GetValueAsUnsigned(0)
H A Dlibcxx.py318 self.node_address = self.valobj.AddressOf().GetValueAsUnsigned(0)
/external/lldb/test/python_api/sbdata/
H A DTestSBData.py210 self.assertTrue(new_object.AddressOf().IsValid() == False, 'AddressOf() == invalid')
/external/lldb/source/Symbol/
H A DVariable.cpp376 ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error));
/external/lldb/source/API/
H A DSBValue.cpp1426 SBValue::AddressOf() function in class:SBValue
1434 sb_value.SetSP(value_sp->AddressOf (error),GetPreferDynamicValue(), GetPreferSyntheticValue());
1438 log->Printf ("SBValue(%p)::AddressOf () => SBValue(%p)", value_sp.get(), value_sp.get());

Completed in 449 milliseconds

12