Searched defs:Fty (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-c-test/
H A Dcalc.c122 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); local
124 LLVMValueRef F = LLVMAddFunction(M, name, Fty);
/external/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h136 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, local
138 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
150 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false); local
157 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
175 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, local
178 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);

Completed in 383 milliseconds