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

  /external/clang/lib/Driver/
OptTable.cpp 211 unsigned ArgSize = 0;
214 if ((ArgSize = matchOption(Start, Str)))
220 if (Arg *A = Option(Start, this).accept(Args, Index, ArgSize))
  /external/llvm/lib/Option/
OptTable.cpp 212 unsigned ArgSize = 0;
215 if ((ArgSize = matchOption(Start, Str)))
221 if (Arg *A = Option(Start, this).accept(Args, Index, ArgSize))
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 762 unsigned ArgSize = VA.getValVT().getSizeInBits()/8;
764 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 173 milliseconds