Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddebuginfo.c103 LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0); in llvm_test_dibuilder() local
104 LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy); in llvm_test_dibuilder()