Home
last modified time | relevance | path

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

/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()) GetPtrAuthKey() local
120 if (auto type_system_sp = GetTypeSystem()) GetPtrAuthDiscriminator() local
127 if (auto type_system_sp = GetTypeSystem()) GetPtrAuthAddressDiversity() local
134 if (auto type_system_sp = GetTypeSystem()) IsFunctionType() local
143 if (auto type_system_sp = GetTypeSystem()) IsHomogeneousAggregate() local
150 if (auto type_system_sp = GetTypeSystem()) GetNumberOfFunctionArguments() local
158 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentAtIndex() local
165 if (auto type_system_sp = GetTypeSystem()) IsFunctionPointerType() local
172 if (auto type_system_sp = GetTypeSystem()) IsMemberFunctionPointerType() local
180 if (auto type_system_sp = GetTypeSystem()) IsBlockPointerType() local
187 if (auto type_system_sp = GetTypeSystem()) IsIntegerType() local
194 if (auto type_system_sp = GetTypeSystem()) IsEnumerationType() local
205 if (auto type_system_sp = GetTypeSystem()) IsPointerType() local
215 if (auto type_system_sp = GetTypeSystem()) IsPointerOrReferenceType() local
226 if (auto type_system_sp = GetTypeSystem()) IsReferenceType() local
236 if (auto type_system_sp = GetTypeSystem()) ShouldTreatScalarValueAsAddress() local
244 if (auto type_system_sp = GetTypeSystem()) IsFloatingPointType() local
254 if (auto type_system_sp = GetTypeSystem()) IsDefined() local
261 if (auto type_system_sp = GetTypeSystem()) IsPolymorphicClass() local
271 if (auto type_system_sp = GetTypeSystem()) IsPossibleDynamicType() local
279 if (auto type_system_sp = GetTypeSystem()) IsScalarType() local
286 if (auto type_system_sp = GetTypeSystem()) IsTemplateType() local
293 if (auto type_system_sp = GetTypeSystem()) IsTypedefType() local
300 if (auto type_system_sp = GetTypeSystem()) IsVoidType() local
321 if (auto type_system_sp = GetTypeSystem()) IsBeingDefined() local
516 if (auto type_system_sp = GetTypeSystem()) GetCompleteType() local
523 if (auto type_system_sp = GetTypeSystem()) GetPointerByteSize() local
530 if (auto type_system_sp = GetTypeSystem()) GetTypeName() local
538 if (auto type_system_sp = GetTypeSystem()) GetDisplayTypeName() local
546 if (auto type_system_sp = GetTypeSystem()) GetTypeInfo() local
554 if (auto type_system_sp = GetTypeSystem()) GetMinimumLanguage() local
561 if (auto type_system_sp = GetTypeSystem()) GetTypeClass() local
580 if (auto type_system_sp = GetTypeSystem()) GetTypeQualifiers() local
590 if (auto type_system_sp = GetTypeSystem()) GetArrayElementType() local
598 if (auto type_system_sp = GetTypeSystem()) GetArrayType() local
606 if (auto type_system_sp = GetTypeSystem()) GetCanonicalType() local
613 if (auto type_system_sp = GetTypeSystem()) GetFullyUnqualifiedType() local
620 if (auto type_system_sp = GetTypeSystem()) GetEnumerationIntegerType() local
627 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentCount() local
635 if (auto type_system_sp = GetTypeSystem()) GetFunctionArgumentTypeAtIndex() local
643 if (auto type_system_sp = GetTypeSystem()) GetFunctionReturnType() local
651 if (auto type_system_sp = GetTypeSystem()) GetNumMemberFunctions() local
659 if (auto type_system_sp = GetTypeSystem()) GetMemberFunctionAtIndex() local
667 if (auto type_system_sp = GetTypeSystem()) GetNonReferenceType() local
674 if (auto type_system_sp = GetTypeSystem()) GetPointeeType() local
682 if (auto type_system_sp = GetTypeSystem()) GetPointerType() local
690 if (auto type_system_sp = GetTypeSystem()) AddPtrAuthModifier() local
697 if (auto type_system_sp = GetTypeSystem()) GetLValueReferenceType() local
704 if (auto type_system_sp = GetTypeSystem()) GetRValueReferenceType() local
711 if (auto type_system_sp = GetTypeSystem()) GetAtomicType() local
718 if (auto type_system_sp = GetTypeSystem()) AddConstModifier() local
725 if (auto type_system_sp = GetTypeSystem()) AddVolatileModifier() local
732 if (auto type_system_sp = GetTypeSystem()) AddRestrictModifier() local
741 if (auto type_system_sp = GetTypeSystem()) CreateTypedef() local
748 if (auto type_system_sp = GetTypeSystem()) GetTypedefedType() local
758 if (auto type_system_sp = GetTypeSystem()) GetBasicTypeFromAST() local
767 if (auto type_system_sp = GetTypeSystem()) GetBitSize() local
782 if (auto type_system_sp = GetTypeSystem()) GetTypeBitAlign() local
789 if (auto type_system_sp = GetTypeSystem()) GetEncoding() local
796 if (auto type_system_sp = GetTypeSystem()) GetFormat() local
805 if (auto type_system_sp = GetTypeSystem()) GetNumChildren() local
813 if (auto type_system_sp = GetTypeSystem()) GetBasicTypeEnumeration() local
823 if (auto type_system_sp = GetTypeSystem()) ForEachEnumerator() local
829 if (auto type_system_sp = GetTypeSystem()) GetNumFields() local
839 if (auto type_system_sp = GetTypeSystem()) GetFieldAtIndex() local
847 if (auto type_system_sp = GetTypeSystem()) GetNumDirectBaseClasses() local
854 if (auto type_system_sp = GetTypeSystem()) GetNumVirtualBaseClasses() local
863 if (auto type_system_sp = GetTypeSystem()) GetDirectBaseClassAtIndex() local
873 if (auto type_system_sp = GetTypeSystem()) GetVirtualBaseClassAtIndex() local
913 if (auto type_system_sp = GetTypeSystem()) GetChildCompilerTypeAtIndex() local
960 if (auto type_system_sp = GetTypeSystem()) GetIndexOfChildMemberWithName() local
970 if (auto type_system_sp = GetTypeSystem()) GetDirectNestedTypeWithName() local
978 if (auto type_system_sp = GetTypeSystem()) GetNumTemplateArguments() local
987 if (auto type_system_sp = GetTypeSystem()) GetTemplateArgumentKind() local
995 if (auto type_system_sp = GetTypeSystem()) GetTypeTemplateArgument() local
1004 if (auto type_system_sp = GetTypeSystem()) GetIntegralTemplateArgument() local
1011 if (auto type_system_sp = GetTypeSystem()) GetTypeForFormatters() local
1018 if (auto type_system_sp = GetTypeSystem()) ShouldPrintAsOneLiner() local
1025 if (auto type_system_sp = GetTypeSystem()) IsMeaninglessWithoutDynamicResolution() local
1038 if (auto type_system_sp = GetTypeSystem()) GetIndexOfChildWithName() local
1054 if (auto type_system_sp = GetTypeSystem()) DumpTypeValue() local
1063 if (auto type_system_sp = GetTypeSystem()) DumpTypeDescription() local
1070 if (auto type_system_sp = GetTypeSystem()) DumpTypeDescription() local
1077 if (auto type_system_sp = GetTypeSystem()) dump() local
1200 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)(); GetTypeSystemForLanguage() local
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1838 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) FindFirstType() local
1851 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) GetBasicType() local
1886 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) FindTypes() local
/llvm-project/lldb/source/Core/
H A DValueObject.cpp