Home
last modified time | relevance | path

Searched refs:RecordType (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp27 llvm::Optional<DIADataStream::RecordType>
29 RecordType Record; in getItemAtIndex()
33 return llvm::Optional<RecordType>(); in getItemAtIndex()
37 return llvm::Optional<RecordType>(); in getItemAtIndex()
41 bool DIADataStream::getNext(RecordType &Record) { in getNext()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp133 const RecordType *Ty = I.getType()->getAs<RecordType>(); in forallBases()
193 DetectedVirtual = BaseType->getAs<RecordType>(); in lookupInBases()
253 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) in lookupInBases()
271 BaseSpec.getType()->castAs<RecordType>()->getDecl()); in lookupInBases()
336 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>()) in lookupInBases()
347 if (const RecordType *Record = in lookupInBases()
348 HidingP.back().Base->getType()->getAs<RecordType>()) in lookupInBases()
368 return Specifier->getType()->castAs<RecordType>()->getDecl() in FindBaseClass()
378 Specifier->getType()->castAs<RecordType>()->getDecl() in FindVirtualBaseClass()
417 auto *RT = Specifier->getType()->getAs<RecordType>(); in findOrdinaryMemberInDependentClasses()
[all …]
H A DVTTBuilder.cpp68 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutSecondaryVTTs()
94 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutSecondaryVirtualPointers()
158 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutVirtualVTTs()
H A DType.cpp79 ND = ty->castAs<RecordType>()->getDecl(); in getBaseTypeIdentifier()
558 if (const auto *RT = getAs<RecordType>()) in isClassType()
564 if (const auto *RT = getAs<RecordType>()) in isStructureType()
570 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType()
576 if (const auto *RT = getAs<RecordType>()) in isInterfaceType()
582 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType()
596 if (const auto *RT = getAs<RecordType>()) in isUnionType()
660 const RecordType *Type::getAsUnionType() const { in getAsUnionType()
3495 bool RecordType::hasConstFields() const { in hasConstFields()
4321 if (const auto *RT = getAs<RecordType>()) in isCUDADeviceBuiltinSurfaceType()
[all …]
H A DDeclarationName.cpp125 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) { in printCXXConstructorDestructorName()
194 if (const RecordType *Rec = Type->getAs<RecordType>()) { in print()
H A DASTImporterLookupTable.cpp29 if (const auto *RTy = dyn_cast<RecordType>(Ty)) { in VisitTypedefNameDecl()
58 if (const auto *RTy = dyn_cast<RecordType>(Ty)) in VisitFriendDecl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBDataStream.h25 using RecordType = SmallVector<uint8_t, 32>;
31 virtual Optional<RecordType> getItemAtIndex(uint32_t Index) const = 0;
32 virtual bool getNext(RecordType &Record) = 0;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp30 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef()
203 if (const RecordType *baseT = T->getAs<RecordType>()) { in IsPartOfAST()
249 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit()
H A DCastSizeChecker.cpp52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp150 if (!isSafeToConvert(I.getType()->castAs<RecordType>()->getDecl(), CGT, in isSafeToConvert()
176 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert()
221 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible()
337 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal()
341 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal()
415 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType()
845 ConvertRecordDeclType(I.getType()->castAs<RecordType>()->getDecl()); in ConvertRecordDeclType()
911 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable()
H A DCodeGenTBAA.cpp100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType()
283 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields()
335 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper()
H A DCGCXX.cpp84 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in TryEmitBaseDestructorAsAlias()
284 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIADataStream.h23 llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const override;
24 bool getNext(RecordType &Record) override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h94 template <typename RecordType>
95 Error visitKnownRecordImpl(CVType &CVR, RecordType &Record) { in visitKnownRecordImpl()
146 template <typename RecordType>
147 Error visitKnownMemberImpl(CVMemberRecord &CVR, RecordType &Record) { in visitKnownMemberImpl()
H A DContinuationRecordBuilder.h56 template <typename RecordType> void writeMemberType(RecordType &Record);
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h76 uint16_t RecordType = RecordTypes::NORMAL; member
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp73 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
79 switch (RecordType) { in loadNaiveFormatLog()
83 Record.RecordType = RecordType; in loadNaiveFormatLog()
203 "Unknown record type '%d' at offset %" PRId64 ".", RecordType, in loadNaiveFormatLog()
372 return XRayRecord{R.RecordType, R.CPU, R.Type, in loadYAMLLog()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
H A DSemaStmtAsm.cpp828 const RecordType *RT = nullptr; in LookupInlineAsmField()
830 RT = VD->getType()->getAs<RecordType>(); in LookupInlineAsmField()
837 RT = QT->getAs<RecordType>(); in LookupInlineAsmField()
839 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
841 RT = TD->getType()->getAs<RecordType>(); in LookupInlineAsmField()
888 const RecordType *RT = T->getAs<RecordType>(); in LookupInlineAsmVarDeclField()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
78 IO.mapRequired("type", Record.RecordType);
H A DXRayRecord.h74 uint16_t RecordType; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp75 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; typedef
176 if (Record.type != RecordType::Spill) in findPreviousSpillSlot()
918 RecordType Record; in LowerAsSTATEPOINT()
920 Record.type = RecordType::VReg; in LowerAsSTATEPOINT()
924 Record.type = RecordType::Spill; in LowerAsSTATEPOINT()
927 Record.type = RecordType::NoRelocate; in LowerAsSTATEPOINT()
1197 const RecordType &Record = SlotIt->second; in visitGCRelocate()
1200 if (Record.type == RecordType::VReg) { in visitGCRelocate()
1215 if (Record.type == RecordType::Spill) { in visitGCRelocate()
1247 assert(Record.type == RecordType::NoRelocate); in visitGCRelocate()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp85 Trace.Records.push_back({R.RecordType, R.CPU, R.Type, R.FuncId, in exportAsYAML()
123 Writer.write(R.RecordType); in exportAsRAWv1()
128 Writer.write(R.RecordType); in exportAsRAWv1()
133 Writer.write(R.RecordType); in exportAsRAWv1()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h145 const RecordType *DetectedVirtual = nullptr;
211 const RecordType* getDetectedVirtual() const { in getDetectedVirtual()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; enum

123456