Searched refs:LLVMLabelTypeInContext (Results 1 – 12 of 12) sorted by relevance
86 return LLVMLabelTypeInContext(Ctx); in Clone()
88 return LLVMLabelTypeInContext(Ctx); in Clone()
1163 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
601 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function609 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
1489 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
1465 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
806 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function820 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
783 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function797 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
579 return LLVMLabelTypeInContext(Context); in llvm_label_type()
491 return LLVMLabelTypeInContext(Context); in llvm_label_type()
624 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }
695 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }