Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1826 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType()
1839 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType()
1874 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1150 GetScratchTypeSystems(bool create_on_demand = true);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2456 Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5370 for (lldb::TypeSystemSP ts : GetSelectedTarget().GetScratchTypeSystems()) in DoExecute()