Searched defs:Suffix (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Driver/
H A DToolChain.cpp159 StringRef Suffix = local
161 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
168 Triple.setArchName(ArchName + Suffix.str());
H A DDriver.cpp1444 const char *Suffix = types::getTypeTempSuffix(JA.getType()); local
1445 assert(Suffix && "All types used for output should have a suffix.");
1452 Suffixed += Suffix;
1567 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1589 P.appendSuffix(Suffix);
/external/giflib/
H A Dgif_lib_private.h52 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c739 GifByteType *Stack, *Suffix; local
745 Suffix = Private->Suffix;
801 Suffix[Private->RunningCode - 2] =
820 Stack[StackPtr++] = Suffix[CrntPrefix];
842 Suffix[Private->RunningCode - 2] =
845 Suffix[Private->RunningCode - 2] =
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp633 const char *Suffix; local
635 Suffix = "";
637 Suffix = " (framework directory)";
640 Suffix = " (headermap)";
642 llvm::errs() << " " << Name << Suffix << "\n"; local
/external/clang/lib/Lex/
H A DHeaderMap.cpp41 uint32_t Suffix; // Offset (into strings) of value suffix. member in struct:clang::HMapBucket
149 Result.Suffix = 0;
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
195 const char *Suffix = getString(B.Suffix); local
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
225 DestPath += getString(B.Suffix);
/external/clang/tools/driver/
H A Ddriver.cpp281 const char *Suffix; member in struct:__anon4308
305 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
317 ProgNameRef.size() - strlen(suffixes[i].Suffix));
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp63 std::vector<std::string> &Suffix,
87 << getPassesString(Suffix) << ": ";
89 if (BD.runPasses(BD.getProgram(), Suffix)) {
62 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix, std::string &Error) argument
H A DMiscompilation.cpp52 std::vector<std::string> &Suffix,
62 std::vector<std::string> &Suffix,
64 // First, run the program with just the Suffix passes. If it is still broken
66 outs() << "Checking to see if '" << getPassesString(Suffix)
70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
74 BD.setPassesToRun(Suffix);
86 if (Suffix.empty()) {
141 if (Suffix.empty())
144 outs() << "Checking to see if '" << getPassesString(Suffix)
149 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResul
61 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix, std::string &Error) argument
185 doTest(std::vector<Function*> &Prefix, std::vector<Function*> &Suffix, std::string &Error) argument
435 doTest(std::vector<BasicBlock*> &Prefix, std::vector<BasicBlock*> &Suffix, std::string &Error) argument
[all...]
H A DToolRunner.cpp449 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
450 sys::Path uniqueFile(Bitcode + Suffix);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp447 /// suffix of 'Suffix'.
456 const char *Suffix, Pass *P) {
458 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
454 SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock*> Preds, const char *Suffix, Pass *P) argument
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp483 const RegVec &Suffix = SubRegList.size() > SuperRegList.size() ? local
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());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2009 StringRef Suffix,
2013 NameStr.append(Suffix.begin(), Suffix.end());
2008 GetSymbolWithGlobalValueBase(const GlobalValue *GV, StringRef Suffix, bool ForcePrivate) const argument
/external/llvm/lib/VMCore/
H A DVerifier.cpp295 int VT, unsigned ArgNo, std::string &Suffix);
1788 int VT, unsigned ArgNo, std::string &Suffix) {
1861 Suffix += ".";
1864 Suffix += "v" + utostr(NumElts);
1866 Suffix += "i" + utostr(GotBits);
1885 Suffix += ".";
1888 Suffix += "v" + utostr(NumElts);
1890 Suffix += EVT::getEVT(EltTy).getEVTString();
1897 Suffix += ".v" + utostr(NumElts) + EVT::getEVT(EltTy).getEVTString();
1914 Suffix
1787 PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT, unsigned ArgNo, std::string &Suffix) argument
1961 std::string Suffix; local
[all...]

Completed in 280 milliseconds