Searched refs:LLVMLabelTypeInContext (Results 1 – 5 of 5) sorted by relevance
91 return LLVMLabelTypeInContext(Ctx); in Clone()
1533 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
845 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function859 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
613 return LLVMLabelTypeInContext(Context); in llvm_label_type()
695 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }