Home
last modified time | relevance | path

Searched defs:type_system_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp33 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() local
40 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() local
47 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() local
55 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() local
71 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() local
78 if (auto type_system_sp = GetTypeSystem()) IsRuntimeGeneratedType() local
85 if (auto type_system_sp = GetTypeSystem()) IsCharType() local
92 if (auto type_system_sp = GetTypeSystem()) IsCompleteType() local
99 if (auto type_system_sp = GetTypeSystem()) IsForcefullyCompleted() local
106 if (auto type_system_sp = GetTypeSystem()) IsConst() local
113 if (auto type_system_sp = GetTypeSystem()) IsFunctionType() local
122 if (auto type_system_sp = GetTypeSystem()) IsHomogeneousAggregate() local
129 if (auto type_system_sp = GetTypeSystem()) GetNumberOfFunctionArguments() local
137 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentAtIndex() local
144 if (auto type_system_sp = GetTypeSystem()) IsFunctionPointerType() local
151 if (auto type_system_sp = GetTypeSystem()) IsMemberFunctionPointerType() local
159 if (auto type_system_sp = GetTypeSystem()) IsBlockPointerType() local
166 if (auto type_system_sp = GetTypeSystem()) IsIntegerType() local
173 if (auto type_system_sp = GetTypeSystem()) IsEnumerationType() local
184 if (auto type_system_sp = GetTypeSystem()) IsPointerType() local
194 if (auto type_system_sp = GetTypeSystem()) IsPointerOrReferenceType() local
205 if (auto type_system_sp = GetTypeSystem()) IsReferenceType() local
215 if (auto type_system_sp = GetTypeSystem()) ShouldTreatScalarValueAsAddress() local
223 if (auto type_system_sp = GetTypeSystem()) IsFloatingPointType() local
233 if (auto type_system_sp = GetTypeSystem()) IsDefined() local
240 if (auto type_system_sp = GetTypeSystem()) IsPolymorphicClass() local
250 if (auto type_system_sp = GetTypeSystem()) IsPossibleDynamicType() local
258 if (auto type_system_sp = GetTypeSystem()) IsScalarType() local
265 if (auto type_system_sp = GetTypeSystem()) IsTemplateType() local
272 if (auto type_system_sp = GetTypeSystem()) IsTypedefType() local
279 if (auto type_system_sp = GetTypeSystem()) IsVoidType() local
300 if (auto type_system_sp = GetTypeSystem()) IsBeingDefined() local
495 if (auto type_system_sp = GetTypeSystem()) GetCompleteType() local
502 if (auto type_system_sp = GetTypeSystem()) GetPointerByteSize() local
509 if (auto type_system_sp = GetTypeSystem()) GetTypeName() local
517 if (auto type_system_sp = GetTypeSystem()) GetDisplayTypeName() local
525 if (auto type_system_sp = GetTypeSystem()) GetTypeInfo() local
533 if (auto type_system_sp = GetTypeSystem()) GetMinimumLanguage() local
540 if (auto type_system_sp = GetTypeSystem()) GetTypeClass() local
559 if (auto type_system_sp = GetTypeSystem()) GetTypeQualifiers() local
569 if (auto type_system_sp = GetTypeSystem()) GetArrayElementType() local
577 if (auto type_system_sp = GetTypeSystem()) GetArrayType() local
585 if (auto type_system_sp = GetTypeSystem()) GetCanonicalType() local
592 if (auto type_system_sp = GetTypeSystem()) GetFullyUnqualifiedType() local
599 if (auto type_system_sp = GetTypeSystem()) GetEnumerationIntegerType() local
606 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentCount() local
614 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentTypeAtIndex() local
622 if (auto type_system_sp = GetTypeSystem()) GetFunctionReturnType() local
630 if (auto type_system_sp = GetTypeSystem()) GetNumMemberFunctions() local
638 if (auto type_system_sp = GetTypeSystem()) GetMemberFunctionAtIndex() local
646 if (auto type_system_sp = GetTypeSystem()) GetNonReferenceType() local
653 if (auto type_system_sp = GetTypeSystem()) GetPointeeType() local
661 if (auto type_system_sp = GetTypeSystem()) GetPointerType() local
669 if (auto type_system_sp = GetTypeSystem()) GetLValueReferenceType() local
676 if (auto type_system_sp = GetTypeSystem()) GetRValueReferenceType() local
683 if (auto type_system_sp = GetTypeSystem()) GetAtomicType() local
690 if (auto type_system_sp = GetTypeSystem()) AddConstModifier() local
697 if (auto type_system_sp = GetTypeSystem()) AddVolatileModifier() local
704 if (auto type_system_sp = GetTypeSystem()) AddRestrictModifier() local
713 if (auto type_system_sp = GetTypeSystem()) CreateTypedef() local
720 if (auto type_system_sp = GetTypeSystem()) GetTypedefedType() local
730 if (auto type_system_sp = GetTypeSystem()) GetBasicTypeFromAST() local
739 if (auto type_system_sp = GetTypeSystem()) GetBitSize() local
754 if (auto type_system_sp = GetTypeSystem()) GetTypeBitAlign() local
761 if (auto type_system_sp = GetTypeSystem()) GetEncoding() local
768 if (auto type_system_sp = GetTypeSystem()) GetFormat() local
776 if (auto type_system_sp = GetTypeSystem()) GetNumChildren() local
784 if (auto type_system_sp = GetTypeSystem()) GetBasicTypeEnumeration() local
794 if (auto type_system_sp = GetTypeSystem()) ForEachEnumerator() local
800 if (auto type_system_sp = GetTypeSystem()) GetNumFields() local
810 if (auto type_system_sp = GetTypeSystem()) GetFieldAtIndex() local
818 if (auto type_system_sp = GetTypeSystem()) GetNumDirectBaseClasses() local
825 if (auto type_system_sp = GetTypeSystem()) GetNumVirtualBaseClasses() local
834 if (auto type_system_sp = GetTypeSystem()) GetDirectBaseClassAtIndex() local
844 if (auto type_system_sp = GetTypeSystem()) GetVirtualBaseClassAtIndex() local
878 if (auto type_system_sp = GetTypeSystem()) GetChildCompilerTypeAtIndex() local
925 if (auto type_system_sp = GetTypeSystem()) GetIndexOfChildMemberWithName() local
934 if (auto type_system_sp = GetTypeSystem()) GetNumTemplateArguments() local
943 if (auto type_system_sp = GetTypeSystem()) GetTemplateArgumentKind() local
951 if (auto type_system_sp = GetTypeSystem()) GetTypeTemplateArgument() local
960 if (auto type_system_sp = GetTypeSystem()) GetIntegralTemplateArgument() local
967 if (auto type_system_sp = GetTypeSystem()) GetTypeForFormatters() local
974 if (auto type_system_sp = GetTypeSystem()) ShouldPrintAsOneLiner() local
981 if (auto type_system_sp = GetTypeSystem()) IsMeaninglessWithoutDynamicResolution() local
994 if (auto type_system_sp = GetTypeSystem()) GetIndexOfChildWithName() local
1010 if (auto type_system_sp = GetTypeSystem()) DumpTypeValue() local
1019 if (auto type_system_sp = GetTypeSystem()) DumpTypeDescription() local
1026 if (auto type_system_sp = GetTypeSystem()) DumpTypeDescription() local
1033 if (auto type_system_sp = GetTypeSystem()) dump() local
1156 if (auto type_system_sp = GetTypeSystem()) Verify() local
[all...]
H A DTypeSystem.cpp48 if (auto type_system_sp = create_callback(language, module, target)) in CreateInstanceHelper() local
305 TypeSystemSP type_system_sp = (*create_callback)(); in GetTypeSystemForLanguage() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1839 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in GetBasicType() local
1826 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) FindFirstType() local
1874 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) FindTypes() local