Searched refs:LLVMGetGC (Results 1 – 4 of 4) sorted by relevance
1847 const char *LLVMGetGC(LLVMValueRef Fn);
1238 if ((GC = LLVMGetGC(Fn))) { in llvm_gc()
1723 const char *LLVMGetGC(LLVMValueRef Fn) { in LLVMGetGC() function
1041 func (v Value) GC() string { return C.GoString(C.LLVMGetGC(v.C)) }