Searched refs:ArgBegin (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 212 InputArgList::InputArgList(const char* const *ArgBegin, in releaseMemory() 214 : NumInputArgStrings(ArgEnd - ArgBegin) { 215 ArgStrings.append(ArgBegin, ArgEnd); in InputArgList() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 31 ArgIt ArgBegin, ArgIt ArgEnd, in ReplaceCallWith() argument 38 for (ArgIt I = ArgBegin; I != ArgEnd; ++I) in ReplaceCallWith() 44 SmallVector<Value *, 8> Args(ArgBegin, ArgEnd); in ReplaceCallWith()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | ArgList.h | 418 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 833 const char **ArgBegin, const char **ArgEnd,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1759 const char **ArgBegin, const char **ArgEnd, in LoadFromCommandLine() argument 1792 CI = createInvocation(llvm::ArrayRef(ArgBegin, ArgEnd), std::move(CIOpts)); in LoadFromCommandLine()
|