Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1909 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1058 std::vector<TypeSystem *> GetScratchTypeSystems(bool create_on_demand = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2230 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems() function in Target