Searched refs:GetScratchTypeSystems (Results 1 – 3 of 3) sorted by relevance
1909 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindFirstType()1923 for (auto *type_system : target_sp->GetScratchTypeSystems()) in GetBasicType()1965 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindTypes()
1058 std::vector<TypeSystem *> GetScratchTypeSystems(bool create_on_demand = true);
2230 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target