Home
last modified time | relevance | path

Searched refs:GetBuiltinTypeByName (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp113 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp464 sb_type = SBType(type_system_or_err->GetBuiltinTypeByName(name)); in FindFirstType()
510 type_system_or_err->GetBuiltinTypeByName(name); in FindTypes()
H A DSBTarget.cpp1910 if (auto type = type_system->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1967 type_system->GetBuiltinTypeByName(const_typename)) in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h291 virtual CompilerType GetBuiltinTypeByName(ConstString name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h759 CompilerType GetBuiltinTypeByName(ConstString name) override;
H A DTypeSystemClang.cpp5433 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang