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

  /external/llvm/lib/Option/
ArgList.cpp 355 unsigned InputArgList::MakeIndex(StringRef String0) const {
365 unsigned InputArgList::MakeIndex(StringRef String0,
367 unsigned Index0 = MakeIndex(String0);
368 unsigned Index1 = MakeIndex(String1);
375 return getArgString(MakeIndex(Str));
394 BaseArgs.MakeIndex(Opt.getName()), BaseArg));
400 unsigned Index = BaseArgs.MakeIndex(Value);
409 unsigned Index = BaseArgs.MakeIndex(Opt.getName(), Value);
418 unsigned Index = BaseArgs.MakeIndex((Opt.getName() + Value).str());
  /external/llvm/include/llvm/Option/
ArgList.h 321 /// convenient place to store the memory) via MakeIndex.
328 /// convenient place to store the memory) via MakeIndex.
365 /// MakeIndex - Get an index for the given string(s).
366 unsigned MakeIndex(StringRef String0) const;
367 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 325 /// convenient place to store the memory) via MakeIndex.
332 /// convenient place to store the memory) via MakeIndex.
369 /// MakeIndex - Get an index for the given string(s).
370 unsigned MakeIndex(StringRef String0) const;
371 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /external/clang/lib/Driver/
ToolChains.cpp 825 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(1));
    [all...]
Driver.cpp 206 Args.getBaseArgs().MakeIndex(Value), Value.data());
    [all...]

Completed in 298 milliseconds