Searched defs:ArgBegin (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 29 ArgIt ArgBegin, ArgIt ArgEnd, in EnsureFunctionExists() 66 ArgIt ArgBegin, ArgIt ArgEnd, in ReplaceCallWith()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | OptTable.cpp | 254 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs()
|
H A D | ArgList.cpp | 306 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 3496 static Value *SimplifyIntrinsic(Intrinsic::ID IID, IterTy ArgBegin, IterTy ArgEnd, in SimplifyIntrinsic() 3512 static Value *SimplifyCall(Value *V, IterTy ArgBegin, IterTy ArgEnd, in SimplifyCall() 3547 Value *llvm::SimplifyCall(Value *V, User::op_iterator ArgBegin, in SimplifyCall()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1827 const char *const *ArgBegin, in CreateFromArgs()
|
H A D | ASTUnit.cpp | 1924 const char **ArgBegin, const char **ArgEnd, in LoadFromCommandLine()
|