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

  /external/clang/lib/Driver/
ToolChain.cpp 159 StringRef Suffix =
161 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
168 Triple.setArchName(ArchName + Suffix.str());
Driver.cpp     [all...]
  /external/clang/lib/Lex/
HeaderMap.cpp 41 uint32_t Suffix; // Offset (into strings) of value suffix.
149 Result.Suffix = 0;
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
195 const char *Suffix = getString(B.Suffix);
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
225 DestPath += getString(B.Suffix);
  /external/giflib/
gif_lib_private.h 52 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
dgif_lib.c 739 GifByteType *Stack, *Suffix;
745 Suffix = Private->Suffix;
791 * until the prefix is a pixel, while pushing the suffix
797 * prefix code is last code and the suffix char is
801 Suffix[Private->RunningCode - 2] =
820 Stack[StackPtr++] = Suffix[CrntPrefix];
840 * prefix code is last code and the suffix char is
842 Suffix[Private->RunningCode - 2] =
845 Suffix[Private->RunningCode - 2]
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 633 const char *Suffix;
635 Suffix = "";
637 Suffix = " (framework directory)";
640 Suffix = " (headermap)";
642 llvm::errs() << " " << Name << Suffix << "\n";
  /external/clang/tools/driver/
driver.cpp 277 // "x86_64-linux-clang" as interpreted as suffix "clang" with
281 const char *Suffix;
305 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
317 ProgNameRef.size() - strlen(suffixes[i].Suffix));
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 449 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s");
450 sys::Path uniqueFile(Bitcode + Suffix);
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 481 // the other lists as a suffix.
483 const RegVec &Suffix = SubRegList.size() > SuperRegList.size() ?
485 CodeGenRegister::Set Omit(Suffix.begin(), Suffix.end());
491 // Any elements not in Suffix.
498 // Finally, Suffix itself.
499 OverlapList.insert(OverlapList.end(), Suffix.begin(), Suffix.end());
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 295 int VT, unsigned ArgNo, std::string &Suffix);
    [all...]

Completed in 54 milliseconds