HomeSort by: relevance | last modified time | path
    Searched refs:ClassTy (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 379 const DIType *ClassTy = nullptr);
398 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
412 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment,
442 /// Inserts {{Node, ClassTy}, TI} into TypeIndices and checks for duplicates.
445 const DIType *ClassTy = nullptr);
CodeViewDebug.cpp 419 const DICompositeType *ClassTy = nullptr,
431 if (isNonTrivial(ReturnDCTy) || ClassTy)
435 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) {
472 const DIType *ClassTy) {
473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
1537 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) {
1561 if (ClassTy) {
1564 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 77 TypeIndex ClassTy = MFRecord.getClassType();
78 QualifiedName.append(std::string(Types.getTypeName(ClassTy)));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
debuginfo.c 62 LLVMMetadataRef ClassTy = declare_objc_class(DIB, File);
66 DIB, Module, "globalClass", 11, "", 0, File, 1, ClassTy, true,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 532 /// ClassTy - LLVM type for struct objc_class.
533 llvm::StructType *ClassTy;
2099 llvm::Type *ClassTyPtr = llvm::PointerType::getUnqual(ObjCTypes.ClassTy);
2110 Target = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, Target, 0);
2116 CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, MetaClassPtr, 1);
2125 ClassPtr = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, ClassPtr, 1);
2131 llvm::Type *ClassTy =
2133 Target = CGF.Builder.CreateBitCast(Target, ClassTy);
3623 auto values = builder.beginStruct(ObjCTypes.ClassTy);
3655 assert(GV->getValueType() == ObjCTypes.ClassTy &
    [all...]
CGDebugInfo.cpp 663 if (!ClassTy)
664 ClassTy =
667 return ClassTy;
677 if (!ClassTy)
678 ClassTy =
684 auto *ISATy = DBuilder.createPointerType(ClassTy, Size);
3118 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit);
3120 Line, Size, Align, EltArray, ClassTy,
CGDebugInfo.h 69 llvm::DIType *ClassTy = nullptr;
CGClass.cpp 2707 auto *ClassTy = T->getAs<RecordType>();
2708 if (!ClassTy)
2711 const CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(ClassTy->getDecl());
CGObjCGNU.cpp 2908 llvm::StructType *ClassTy = llvm::StructType::get(
2932 auto Elements = Builder.beginStruct(ClassTy);
2950 td.getTypeSizeInBits(ClassTy) /
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c 400 LLVMMetadataRef ClassTy) {
405 Wosize_val(Elements), ClassTy);
419 (LLVMMetadataRef)argv[8] // ClassTy
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h 601 * \param ClassTy Underlying type of a C++11/ObjC fixed enum.
607 unsigned NumElements, LLVMMetadataRef ClassTy);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2453 QualType ClassTy = C.getTypeDeclType(Decl);
2454 return C.getQualifiedType(ClassTy, FPT->getMethodQuals());
2700 CanQualType ClassTy
2702 if (PointeeType.getUnqualifiedType() != ClassTy)
2740 CanQualType ClassTy
2742 if (ParamType.getUnqualifiedType() != ClassTy)
Type.cpp 2247 const Type *ClassTy = MPTy->getClass();
2249 if (ClassTy->isDependentType())
2251 const CXXRecordDecl *RD = ClassTy->getAsCXXRecordDecl();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 1088 unsigned NumElements, LLVMMetadataRef ClassTy) {
1093 LineNumber, SizeInBits, AlignInBits, Elts, unwrapDI<DIType>(ClassTy)));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1184 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC));
1187 ThisTy = Context.getPointerType(ClassTy);
SemaDeclCXX.cpp 10331 QualType ClassTy = Context.getTagDeclType(ClassDecl);
10332 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {
SemaOverload.cpp 7956 const Type *ClassTy = PointerTy->getClass();
7966 Context.getMemberPointerType(QPointeeTy, ClassTy));

Completed in 89 milliseconds