Searched defs:ClassTy (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h69 llvm::DIType *ClassTy = nullptr; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp3011 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit); local
H A DCGObjCGNU.cpp2909 llvm::StructType *ClassTy = llvm::StructType::get( local
H A DCGObjCMac.cpp531 llvm::StructType *ClassTy; member in class:__anon1740::ObjCTypesHelper
2114 llvm::Type *ClassTy = local
7621 llvm::Type *ClassTy = local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1175 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp967 LLVMDIBuilderCreateEnumerationType( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, LLVMMetadataRef *Elements, unsigned NumElements, LLVMMetadataRef ClassTy) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2247 const Type *ClassTy = MPTy->getClass(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1513 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { argument
482 recordTypeIndexForDINode(const DINode *Node, TypeIndex TI, const DIType *ClassTy) argument
1913 lowerTypeMemberFunction(const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, bool IsStaticMethod, FunctionOptions FO) argument
2485 getTypeIndex(const DIType *Ty, const DIType *ClassTy) argument
[all...]

Completed in 293 milliseconds