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

12

/external/llvm/utils/llvm-lit/
H A DMakefile16 Suffix := .py macro
19 all:: $(ToolDir)/llvm-lit$(Suffix)
21 $(ToolDir)/llvm-lit$(Suffix): llvm-lit.in Makefile $(ToolDir)/.dir
/external/llvm/lib/TableGen/
H A DTableGenBackend.cpp24 StringRef Suffix) {
26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) &&
29 const size_t e = MAX_LINE_LEN - Suffix.size();
32 OS << Suffix << '\n'; local
41 StringRef Suffix(" *|");
43 size_t PSLen = Suffix.size() + Prefix.size();
47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix);
50 printLine(OS, Prefix, ' ', Suffix);
52 Suffix);
53 printLine(OS, Prefix, ' ', Suffix);
23 printLine(raw_ostream &OS, const Twine &Prefix, char Fill, StringRef Suffix) argument
[all...]
/external/clang/unittests/Driver/
H A DMultilibTest.cpp330 std::string Suffix; local
332 Suffix += "/el";
334 Suffix += "/sf";
336 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection
/external/giflib/
H A Dgif_lib_private.h51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c784 GifByteType *Stack, *Suffix; local
790 Suffix = Private->Suffix;
843 Suffix[Private->RunningCode - 2] =
860 Stack[StackPtr++] = Suffix[CrntPrefix];
882 Suffix[Private->RunningCode - 2] =
885 Suffix[Private->RunningCode - 2] =
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp46 StringRef Suffix; local
49 Suffix = "$stub";
51 Suffix = "$non_lazy_ptr";
53 if (!Suffix.empty())
68 Name += Suffix;
/external/clang/lib/Driver/
H A DToolChain.cpp192 StringRef Suffix = A->getValue(); local
196 if (Suffix.empty() || Suffix == "ld")
200 LinkerName.append(Suffix);
306 StringRef Suffix = Triple.isOSBinFormatMachO() local
309 bool ThumbDefault = Suffix.startswith("v6m") || Suffix.startswith("v7m") ||
310 Suffix.startswith("v7em") ||
311 (Suffix.startswith("v7") && getTriple().isOSBinFormatMachO());
330 Triple.setArchName(ArchName + Suffix
[all...]
H A DDriver.cpp803 StringRef Suffix(I->gccSuffix());
804 assert(Suffix.front() == '/');
805 llvm::outs() << Suffix.substr(1) << "\n";
1773 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); local
1774 assert(Suffix && "All types used for output should have a suffix.");
1791 Suffixed += Suffix;
1930 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1933 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);
/external/clang/lib/Lex/
H A DHeaderMap.cpp41 uint32_t Suffix; // Offset (into strings) of value suffix. member in struct:clang::HMapBucket
145 Result.Suffix = 0;
152 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
191 const char *Suffix = getString(B.Suffix); local
192 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
231 StringRef Suffix = getString(B.Suffix); local
234 DestPath.append(Suffix
[all...]
H A DLiteralSupport.cpp582 case 'f': // FP Suffix for "float"
704 StringRef Suffix) {
705 if (!LangOpts.CPlusPlus11 || Suffix.empty())
709 if (Suffix[0] == '_')
718 return llvm::StringSwitch<bool>(Suffix)
703 isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix) argument
/external/clang/tools/driver/
H A Ddriver.cpp204 const char *Suffix; member in struct:DriverSuffix
228 if (ProgName.endswith(DriverSuffixes[i].Suffix))
276 '-', ProgNameRef.size() - strlen(DS->Suffix));
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp70 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {} argument
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp105 const GlobalValue *GV, StringRef Suffix, Mangler &Mang,
107 assert(!Suffix.empty());
112 NameStr.append(Suffix.begin(), Suffix.end());
104 getSymbolWithGlobalValueBase( const GlobalValue *GV, StringRef Suffix, Mangler &Mang, const TargetMachine &TM) const argument
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp63 std::vector<std::string> &Suffix,
85 << getPassesString(Suffix) << ": ";
87 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)
150 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResul
61 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix, std::string &Error) argument
[all...]
H A DToolRunner.cpp479 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
483 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
/external/lzma/C/
H A DPpmd7.h37 CPpmd7_Context_Ref Suffix; member in struct:CPpmd7_Context_
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp678 const char *Suffix; local
680 Suffix = "";
682 Suffix = " (framework directory)";
685 Suffix = " (headermap)";
687 llvm::errs() << " " << Name << Suffix << "\n"; local
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp757 StringRef Suffix = "$non_lazy_ptr"; local
760 Name += Suffix;
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp460 /// Preds array. The new block is given a suffix of 'Suffix'. Returns new basic
464 /// It will have suffix of 'Suffix'+".split_lp".
474 const char *Suffix, AliasAnalysis *AA,
481 std::string NewName = std::string(Suffix) + ".split-lp";
483 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(),
489 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
472 SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock *> Preds, const char *Suffix, AliasAnalysis *AA, DominatorTree *DT, LoopInfo *LI, bool PreserveLCSSA) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument
521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1);
522 v->Prefix[32] = v->Suffix[32] = 0;
543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
551 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
603 char* Suffix,
600 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
[all...]
H A Dlcms2_internal.h686 char Suffix[33]; member in struct:_cms_NAMEDCOLORLIST_struct
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1124 llvm::SmallString<8> Suffix; local
1133 Suffix = "))";
1136 Suffix = "]]";
1144 Suffix = ")";
1147 Suffix = "";
1150 Suffix = "\n";
1192 OS << Suffix + "\";\n"; local
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp131 StringRef Suffix; local
139 Suffix = "$stub";
144 Suffix = "$non_lazy_ptr";
148 if (!Suffix.empty())
163 Name += Suffix;
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp865 std::string Suffix = "'"; local
867 Prefix + PatternString + Suffix, "command line");

Completed in 1783 milliseconds

12