Searched refs:GetScratchTypeSystems (Results 1 – 3 of 3) sorted by relevance
1877 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindFirstType()1891 for (auto *type_system : target_sp->GetScratchTypeSystems()) in GetBasicType()1933 for (auto *type_system : target_sp->GetScratchTypeSystems()) in FindTypes()
1048 std::vector<TypeSystem *> GetScratchTypeSystems(bool create_on_demand = true);
2211 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target