Searched refs:FooFuncTy (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c101 LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0); local
102 LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy);

Completed in 129 milliseconds