HomeSort by relevance Sort by last modified time
    Searched refs:ArgSize (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Option/
Option.cpp 104 unsigned ArgSize) const {
109 Spelling = StringRef(Args.getArgString(Index), ArgSize);
117 if (ArgSize != strlen(Args.getArgString(Index)))
133 const char *Value = Args.getArgString(Index) + ArgSize;
138 const char *Str = Args.getArgString(Index) + ArgSize;
167 if (ArgSize != strlen(Args.getArgString(Index)))
179 if (ArgSize != strlen(Args.getArgString(Index)))
195 if (ArgSize != strlen(Args.getArgString(Index))) {
196 const char *Value = Args.getArgString(Index) + ArgSize;
215 Args.getArgString(Index - 2) + ArgSize,
    [all...]
OptTable.cpp 210 unsigned ArgSize = 0;
213 if ((ArgSize = matchOption(Start, Str)))
226 if (Arg *A = Opt.accept(Args, Index, ArgSize))
  /external/llvm/include/llvm/Option/
Option.h 192 /// \param ArgSize The number of bytes taken up by the matched Option prefix
195 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 498 unsigned ArgSize,
508 unsigned ArgSize,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1368 milliseconds