Searched refs:getClassType (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp144 StringRef Class = Types.getTypeName(MF.getClassType());
H A DTypeDumpVisitor.cpp304 printTypeIndex("ClassType", Id.getClassType());
323 printTypeIndex("ClassType", MF.getClassType());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h192 TypeIndex getClassType() const { return ClassType; } function in class:llvm::codeview::MemberFunctionRecord
231 TypeIndex getClassType() const { return ClassType; } function in class:llvm::codeview::MemberFuncIdRecord
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2443 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2448 getClassIdent, getClassType,
2458 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2464 getClassType, nullptr,
2473 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2478 getClassIdent, getClassType,
H A DRewriteModernObjC.cpp2516 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2521 getClassIdent, getClassType,
2531 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2537 getClassType, nullptr,
2546 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2551 getClassIdent, getClassType,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1770 TypeIndex ClassTI = getTypeIndex(Ty->getClassType());
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType());
H A DDwarfUnit.cpp821 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType()));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h843 DIType *getClassType() const { function in class:llvm::DIDerivedType

Completed in 233 milliseconds