Searched defs:Suffix (Results 1 - 25 of 29) 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/chromium_org/net/http/
H A Dhttp_byte_range.cc44 HttpByteRange HttpByteRange::Suffix(int64 suffix_length) { function in class:net::HttpByteRange
/external/clang/unittests/Driver/
H A DMultilibTest.cpp334 std::string Suffix; local
336 Suffix += "/el";
338 Suffix += "/sf";
340 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.cpp44 StringRef Suffix; local
46 Suffix = "$stub";
48 Suffix = "$non_lazy_ptr";
50 if (!Suffix.empty())
65 Name += Suffix;
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang,
106 assert(!Suffix.empty());
111 NameStr.append(Suffix.begin(), Suffix.end());
103 getSymbolWithGlobalValueBase( const GlobalValue *GV, StringRef Suffix, Mangler &Mang, const TargetMachine &TM) const argument
/external/clang/lib/Driver/
H A DToolChain.cpp153 StringRef Suffix = A->getValue(); local
157 if (Suffix.empty() || Suffix == "ld")
161 LinkerName.append(Suffix);
246 StringRef Suffix = Triple.isOSBinFormatMachO() local
249 bool ThumbDefault = Suffix.startswith("v6m") || Suffix.startswith("v7m") ||
250 Suffix.startswith("v7em") ||
251 (Suffix.startswith("v7") && getTriple().isOSBinFormatMachO());
270 Triple.setArchName(ArchName + Suffix
[all...]
H A DDriver.cpp778 StringRef Suffix(I->gccSuffix());
779 assert(Suffix.front() == '/');
780 llvm::outs() << Suffix.substr(1) << "\n";
1708 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); local
1709 assert(Suffix && "All types used for output should have a suffix.");
1720 Suffixed += Suffix;
1845 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1848 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
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);
235 StringRef Suffix = getString(B.Suffix); local
238 DestPath.append(Suffix
[all...]
H A DLiteralSupport.cpp580 case 'f': // FP Suffix for "float"
710 StringRef Suffix) {
711 if (!LangOpts.CPlusPlus11 || Suffix.empty())
715 if (Suffix[0] == '_')
724 return llvm::StringSwitch<bool>(Suffix)
709 isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix) argument
/external/clang/tools/driver/
H A Ddriver.cpp214 const char *Suffix; member in struct:__anon19496
244 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
257 ProgNameRef.size() - strlen(suffixes[i].Suffix));
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp69 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {} 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.cpp478 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
482 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.cpp667 const char *Suffix; local
669 Suffix = "";
671 Suffix = " (framework directory)";
674 Suffix = " (headermap)";
676 llvm::errs() << " " << Name << Suffix << "\n"; local
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp79 StringRef Suffix; local
87 Suffix = "$stub";
92 Suffix = "$non_lazy_ptr";
96 if (!Suffix.empty())
111 Name += Suffix;
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp456 /// suffix of 'Suffix'.
465 const char *Suffix, Pass *P) {
467 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
463 SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock*> Preds, const char *Suffix, Pass *P) 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.cpp1071 llvm::SmallString<8> Suffix; local
1080 Suffix = "))";
1083 Suffix = "]]";
1091 Suffix = ")";
1094 Suffix = "";
1097 Suffix = "\n";
1134 OS << Suffix.str() + "\";\n";
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1233 // suffix then Suffix is set to the substring in Name that contains the suffix
1253 StringRef &Suffix) {
1258 Suffix = StringRef();
1269 Suffix = Foo.slice(Idx, Foo.npos);
1334 Suffix = Name.slice(Idx, a);
1392 StringRef Suffix; local
1394 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix);
1251 guessLibraryShortName(StringRef Name, bool &isFramework, StringRef &Suffix) argument

Completed in 687 milliseconds

12