HomeSort by relevance Sort by last modified time
    Searched refs:Fty (Results 1 - 2 of 2) sorted by null

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

Completed in 69 milliseconds