| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIADataStream.cpp | 27 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 D | CXXInheritance.cpp | 133 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 D | VTTBuilder.cpp | 68 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 D | Type.cpp | 79 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 D | DeclarationName.cpp | 125 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) { in printCXXConstructorDestructorName() 194 if (const RecordType *Rec = Type->getAs<RecordType>()) { in print()
|
| H A D | ASTImporterLookupTable.cpp | 29 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 D | IPDBDataStream.h | 25 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 D | LLVMConventionsChecker.cpp | 30 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 D | CastSizeChecker.cpp | 52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 150 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 D | CodeGenTBAA.cpp | 100 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 D | CGCXX.cpp | 84 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 D | DIADataStream.h | 23 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 D | TypeDeserializer.h | 94 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 D | ContinuationRecordBuilder.h | 56 template <typename RecordType> void writeMemberType(RecordType &Record);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/xray/ |
| H A D | xray_records.h | 76 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 D | Trace.cpp | 73 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 D | UsedDeclVisitor.h | 73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
|
| H A D | SemaStmtAsm.cpp | 828 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 D | YAMLXRayRecord.h | 32 uint16_t RecordType; member 78 IO.mapRequired("type", Record.RecordType);
|
| H A D | XRayRecord.h | 74 uint16_t RecordType; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 75 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 D | xray-converter.cpp | 85 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 D | CXXInheritance.h | 145 const RecordType *DetectedVirtual = nullptr; 211 const RecordType* getDetectedVirtual() const { in getDetectedVirtual()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_fdr_log_records.h | 18 enum class RecordType : uint8_t { Function, Metadata }; enum
|