Searched refs:GetScratchTypeSystems (Results 1 – 4 of 4) sorted by relevance
1781 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindFirstType()1794 for (auto *type_system : target_sp->GetScratchTypeSystems()) in GetBasicType()1835 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindTypes()
1115 std::vector<TypeSystem *> GetScratchTypeSystems(bool create_on_demand = true);
2315 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target
5081 for (TypeSystem *ts : GetSelectedTarget().GetScratchTypeSystems()) in DoExecute()