Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1796 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType()
1808 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType()
1843 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1204 GetScratchTypeSystems(bool create_on_demand = true);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3597 for (auto type_system_sp : target->GetScratchTypeSystems()) in CreateValueObjectFromBool()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5294 for (lldb::TypeSystemSP ts : GetTarget().GetScratchTypeSystems()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2631 Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target