Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp35 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() local
36 return type_system_sp->IsAggregateType(m_type); in IsAggregateType()
42 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() local
43 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
49 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() local
50 return type_system_sp->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
57 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() local
58 return type_system_sp->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()
73 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() local
74 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
[all …]
H A DTypeSystem.cpp48 if (auto type_system_sp = create_callback(language, module, target)) in CreateInstanceHelper() local
49 return type_system_sp; in CreateInstanceHelper()
309 TypeSystemSP type_system_sp = (*create_callback)(); in GetTypeSystemForLanguage() local
310 m_map[language] = type_system_sp; in GetTypeSystemForLanguage()
311 if (type_system_sp) in GetTypeSystemForLanguage()
312 return type_system_sp; in GetTypeSystemForLanguage()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1796 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType() local
1797 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1808 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType() local
1809 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
1843 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes() local
1845 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3597 for (auto type_system_sp : target->GetScratchTypeSystems()) in CreateValueObjectFromBool() local
3599 type_system_sp->GetBasicTypeFromAST(lldb::eBasicTypeBool)) { in CreateValueObjectFromBool()