HomeSort by relevance Sort by last modified time
    Searched refs:SetSP (Results 1 - 25 of 42) sorted by null

1 2

  /art/runtime/arch/
context.h 47 virtual void SetSP(uintptr_t new_sp) = 0;
  /external/lldb/source/API/
SBValue.cpp 251 SetSP(value_sp);
256 SetSP(rhs.m_opaque_sp);
264 SetSP(rhs.m_opaque_sp);
477 sb_type.SetSP(type_sp);
590 format.SetSP(format_sp);
609 summary.SetSP(summary_sp);
631 filter.SetSP(filter_sp);
654 synthetic.SetSP(synth_sp);
674 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name);
699 sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSyntheticValue())
    [all...]
SBTypeFormat.cpp 135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp)
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
SBTypeFilter.cpp 171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp)
196 SetSP(new_sp);
SBTypeSynthetic.cpp 182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp)
204 SetSP(new_sp);
SBSection.cpp 81 sb_section.SetSP(parent_section_sp);
97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name));
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx));
129 SBSection::SetSP(const lldb::SectionSP &section_sp)
SBTypeNameSpecifier.cpp 142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp)
SBTypeSummary.cpp 260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp)
301 SetSP(new_sp);
330 SetSP(new_sp);
SBTarget.cpp 537 sb_process.SetSP (process_sp);
574 sb_process.SetSP (process_sp);
687 sb_process.SetSP (process_sp);
782 sb_process.SetSP (process_sp);
916 sb_process.SetSP (process_sp);
1014 sb_process.SetSP (process_sp);
1113 sb_process.SetSP (process_sp);
1175 sb_process.SetSP (process_sp);
    [all...]
  /external/lldb/include/lldb/API/
SBTypeFilter.h 78 SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp);
SBTypeFormat.h 70 SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp);
SBTypeNameSpecifier.h 68 SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
SBTypeSynthetic.h 86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
SBWatchpoint.h 82 SetSP (const lldb::WatchpointSP &sp);
SBValue.h 442 /// use_dynamic and use_synthetic options passed in to SetSP when the
464 SetSP (const lldb::ValueObjectSP &sp);
467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic);
470 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic);
476 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name);
483 SetSP (ValueImplSP impl_sp);
SBSection.h 96 SetSP(const lldb::SectionSP &section_sp);
SBTypeCategory.h 153 SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp);
SBTypeSummary.h 96 SetSP (const lldb::TypeSummaryImplSP &typefilter_impl_sp);
SBModule.h 279 SetSP (const ModuleSP &module_sp);
SBType.h 192 SetSP (const lldb::TypeImplSP &type_impl_sp);
  /art/runtime/arch/arm/
context_arm.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
  /art/runtime/arch/arm64/
context_arm64.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
  /art/runtime/arch/mips/
context_mips.h 38 void SetSP(uintptr_t new_sp) OVERRIDE {
  /art/runtime/arch/x86/
context_x86.h 38 void SetSP(uintptr_t new_sp) OVERRIDE {
  /art/runtime/arch/x86_64/
context_x86_64.h 38 void SetSP(uintptr_t new_sp) OVERRIDE {

Completed in 1784 milliseconds

1 2