Home
last modified time | relevance | path

Searched refs:getClassType (Results 1 – 10 of 10) sorted by relevance

/external/javassist/src/main/javassist/runtime/
DDesc.java122 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/
DProguardClassSpecification.java76 public ProguardClassType getClassType() { in getClassType() method in ProguardClassSpecification.Builder
180 public ProguardClassType getClassType() { in getClassType() method in ProguardClassSpecification
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp50 Builder.writeTypeIndex(Record.getClassType()); in writeMemberFunction()
249 Builder.writeTypeIndex(Record.getClassType()); in writeMemberFuncId()
DTypeDumper.cpp323 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/
DTypeRecord.h203 TypeIndex getClassType() const { return ClassType; } in getClassType() function
247 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2437 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()
DRewriteModernObjC.cpp2513 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/
DCodeViewDebug.cpp1214 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1215 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
DDwarfUnit.cpp836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h737 DITypeRef getClassType() const {