Lines Matching defs:TargetExtTy
973 const char *LLVMGetTargetExtTypeName(LLVMTypeRef TargetExtTy) {
974 TargetExtType *Type = unwrap<TargetExtType>(TargetExtTy);
978 unsigned LLVMGetTargetExtTypeNumTypeParams(LLVMTypeRef TargetExtTy) {
979 TargetExtType *Type = unwrap<TargetExtType>(TargetExtTy);
983 LLVMTypeRef LLVMGetTargetExtTypeTypeParam(LLVMTypeRef TargetExtTy,
985 TargetExtType *Type = unwrap<TargetExtType>(TargetExtTy);
989 unsigned LLVMGetTargetExtTypeNumIntParams(LLVMTypeRef TargetExtTy) {
990 TargetExtType *Type = unwrap<TargetExtType>(TargetExtTy);
994 unsigned LLVMGetTargetExtTypeIntParam(LLVMTypeRef TargetExtTy, unsigned Idx) {
995 TargetExtType *Type = unwrap<TargetExtType>(TargetExtTy);