Searched refs:LLVMLabelTypeInContext (Results 1 – 5 of 5) sorted by relevance
88 return LLVMLabelTypeInContext(Ctx); in Clone()
1502 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
826 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function840 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 }