Home
last modified time | relevance | path

Searched refs:GetScratchTypeSystems (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1781 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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1115 std::vector<TypeSystem *> GetScratchTypeSystems(bool create_on_demand = true);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2315 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp5081 for (TypeSystem *ts : GetSelectedTarget().GetScratchTypeSystems()) in DoExecute()