Searched refs:GetScratchTypeSystems (Results 1 – 5 of 5) sorted by relevance
1796 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType()1808 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType()1843 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes()
1204 GetScratchTypeSystems(bool create_on_demand = true);
3597 for (auto type_system_sp : target->GetScratchTypeSystems()) in CreateValueObjectFromBool()
5294 for (lldb::TypeSystemSP ts : GetTarget().GetScratchTypeSystems()) in DoExecute()
2631 Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target