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 134 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
148 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false);
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
173 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
  /external/llvm/tools/llvm-c-test/
calc.c 121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0);
123 LLVMValueRef F = LLVMAddFunction(M, name, Fty);

Completed in 86 milliseconds