Searched defs:FnArgs (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1091 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1840 auto FnArgs = ArrayRef<Value *>(Args).drop_front( local
1735 coerceArguments(IRBuilder< &Builder, FunctionType *FnTy, ArrayRef<Value *> FnArgs, SmallVectorImpl<Value *> &CallArgs) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h332 llvm::SmallVector<const ParmVarDecl *, 4> FnArgs; member in class:clang::CodeGen::CodeGenFunction
H A DCGExpr.cpp3474 emitCheckHandlerCall(CodeGenFunction &CGF, llvm::FunctionType *FnType, ArrayRef<llvm::Value *> FnArgs, SanitizerHandler CheckHandler, CheckRecoverableKind RecoverKind, bool IsFatal, llvm::BasicBlock *ContBB) argument

Completed in 232 milliseconds