HomeSort by: relevance | last modified time | path
    Searched defs:FnArgs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 1048 DITypeRefArray FnArgs = Sub->getType()->getTypeArray();
1053 if (FnArgs.size() > 1 && !FnArgs[FnArgs.size() - 1] &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 1505 /// Coerce the arguments in \p FnArgs according to \p FnTy in \p CallArgs.
1507 ArrayRef<Value *> FnArgs,
1511 assert(ArgIdx < FnArgs.size());
1512 if (paramTy != FnArgs[ArgIdx]->getType())
1514 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy));
1516 CallArgs.push_back(FnArgs[ArgIdx]);
1597 auto FnArgs = ArrayRef<Value *>(Args).drop_front(
1600 coro::createMustTailCall(Suspend->getDebugLoc(), Fn, FnArgs, Builder);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 329 llvm::SmallVector<const ParmVarDecl *, 4> FnArgs;

Completed in 29 milliseconds