Searched refs:getClassType (Results 1 – 10 of 10) sorted by relevance
/external/javassist/src/main/javassist/runtime/ |
D | Desc.java | 122 return getClassType(desc, descLen, start, num); in getType() 132 private static Class[] getClassType(String desc, int descLen, in getClassType() method in Desc
|
/external/r8/src/main/java/com/android/tools/r8/shaking/ |
D | ProguardClassSpecification.java | 76 public ProguardClassType getClassType() { in getClassType() method in ProguardClassSpecification.Builder 180 public ProguardClassType getClassType() { in getClassType() method in ProguardClassSpecification
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 50 Builder.writeTypeIndex(Record.getClassType()); in writeMemberFunction() 249 Builder.writeTypeIndex(Record.getClassType()); in writeMemberFuncId()
|
D | TypeDumper.cpp | 323 printTypeIndex("ClassType", Id.getClassType()); in visitMemberFuncId() 350 printTypeIndex("ClassType", MF.getClassType()); in visitMemberFunction() 361 StringRef ClassTypeName = getTypeName(MF.getClassType()); in visitMemberFunction()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 203 TypeIndex getClassType() const { return ClassType; } in getClassType() function 247 TypeIndex getClassType() const { return ClassType; } in getClassType() function
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2437 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local 2442 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2452 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2458 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2467 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local 2472 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
D | RewriteModernObjC.cpp | 2513 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local 2518 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2528 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local 2534 getClassType, nullptr, in SynthGetSuperClassFunctionDecl() 2543 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local 2548 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1214 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer() 1215 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
|
D | DwarfUnit.cpp | 836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 737 DITypeRef getClassType() const {
|