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

/external/llvm/tools/llvm-c-test/
H A Dcalc.c121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); local
123 LLVMValueRef F = LLVMAddFunction(M, name, Fty);
/external/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h134 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, local
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
148 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false); local
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
173 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params, local
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);

Completed in 131 milliseconds