HomeSort by relevance Sort by last modified time
    Searched refs:Twine (Results 26 - 50 of 910) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/ADT/
Twine.h 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===//
23 /// Twine - A lightweight data structure for efficiently representing the
26 /// A Twine is a kind of rope, it represents a concatenated string using a
28 /// Twine can be efficiently rendered into a buffer when its result is used,
30 /// results -- particularly in cases when the Twine result is never
35 /// A Twine is not intended for use directly and should not be stored, its
47 /// Given the nature of a Twine, it is not possible for the Twine's
49 /// represented inside the returned value. For this reason a Twine object
51 /// concatenation. We also have nullary Twine objects, which are effectivel
134 const Twine *twine; member in union:llvm::Twine::Child
    [all...]
  /external/llvm/include/llvm/IR/
OptBisect.h 22 class Twine;
70 bool shouldRunCase(const Twine &Desc);
GlobalAlias.h 23 class Twine;
36 const Twine &Name, Constant *Aliasee, Module *Parent);
42 LinkageTypes Linkage, const Twine &Name,
47 LinkageTypes Linkage, const Twine &Name,
52 LinkageTypes Linkage, const Twine &Name,
56 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name,
60 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
Mangler.h 24 class Twine;
48 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
51 const Twine &GVName, const DataLayout &DL);
GlobalIFunc.h 26 class Twine;
41 const Twine &Name, Constant *Resolver, Module *Parent);
47 LinkageTypes Linkage, const Twine &Name,
DiagnosticInfo.h 19 #include "llvm/ADT/Twine.h"
120 const Twine &MsgStr;
128 DiagnosticInfoInlineAsm(const Twine &MsgStr,
137 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr,
147 DiagnosticInfoInlineAsm(const Instruction &I, const Twine &MsgStr,
151 const Twine &getMsgStr() const { return MsgStr; }
279 const Twine &Msg,
283 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
287 DiagnosticInfoSampleProfile(const Twine &Msg,
300 const Twine &getMsg() const { return Msg;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 11 #include "llvm/ADT/Twine.h"
21 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
22 Twine(MF.getFunctionNumber()) +
28 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
30 Twine(MF.getFunctionNumber()));
35 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
37 Twine(MF.getFunctionNumber()));
42 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
44 Twine(MF.getFunctionNumber()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
Error.cpp 16 #include "llvm/ADT/Twine.h"
28 const Twine &Msg) {
43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
47 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) {
51 void PrintWarning(const char *Loc, const Twine &Msg) {
55 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; }
57 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
61 void PrintError(const char *Loc, const Twine &Msg) {
65 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; }
67 void PrintFatalError(const Twine &Msg)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalAlias.h 24 class Twine;
33 const Twine &Name, Constant *Aliasee, Module *Parent);
42 LinkageTypes Linkage, const Twine &Name,
47 LinkageTypes Linkage, const Twine &Name,
52 LinkageTypes Linkage, const Twine &Name,
56 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name,
60 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
GlobalIFunc.h 27 class Twine;
38 const Twine &Name, Constant *Resolver, Module *Parent);
47 LinkageTypes Linkage, const Twine &Name,
Mangler.h 25 class Twine;
44 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
47 const Twine &GVName, const DataLayout &DL);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 21 class Twine;
71 bool Warning(SMLoc L, const Twine &Msg) {
75 bool Error(SMLoc L, const Twine &Msg, SMRange Range = SMRange()) {
79 void Note(SMLoc L, const Twine &Msg) {
83 bool TokError(const Twine &Msg) {
90 const Twine &Msg = "unexpected token") {
102 bool check(bool P, const Twine &Msg) {
106 bool check(bool P, SMLoc Loc, const Twine &Msg) {
110 bool addErrorSuffix(const Twine &Suffix) {
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 33 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0;
44 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
89 void EmitInt8(uint8_t Byte, const Twine &Comment) override
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 32 void PrintError(SMLoc ErrorLoc, const Twine &Msg);
33 void PrintError(const char *Loc, const Twine &Msg);
34 void PrintError(const Twine &Msg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 33 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0;
44 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
89 void EmitInt8(uint8_t Byte, const Twine &Comment) override
    [all...]
  /external/llvm/tools/dsymutil/
dsymutil.h 57 void warn(const Twine &Warning, const Twine &Context);
58 bool error(const Twine &Error, const Twine &Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOUniversal.cpp 26 malformedError(Twine Msg) {
144 Twine(Magic == MachO::FAT_MAGIC ? "" : "_64") +
154 Twine(A.getCPUType()) + ") cpusubtype (" +
155 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
161 Err = malformedError("align (2^" + Twine(A.getAlign()) + ") too large "
162 "for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
163 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
164 ") (maximum 2^" + Twine(MAXSECTALIGN) + ")");
168 Err = malformedError("offset: " + Twine(A.getOffset()) +
169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype ("
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Path.h 19 #include "llvm/ADT/Twine.h"
147 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
177 void append(SmallVectorImpl<char> &path, const Twine &a,
178 const Twine &b = "",
179 const Twine &c = "",
180 const Twine &d = "");
182 void append(SmallVectorImpl<char> &path, Style style, const Twine &a,
183 const Twine &b = "", const Twine &c = "", const Twine &d = "")
    [all...]
FileUtilities.h 46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
61 void setFile(const Twine& filename, bool deleteIt = true) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 13 #include "llvm/ADT/Twine.h"
140 explicit Triple(const Twine &Str) : Data(Str.str()), Arch(InvalidArch) {}
141 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr)
142 : Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr).str()),
146 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 18 class Twine;
68 bool Warning(SMLoc L, const Twine &Msg) {
71 bool Error(SMLoc L, const Twine &Msg) {
74 void Note(SMLoc L, const Twine &Msg) {
77 bool TokError(const Twine &Msg) {
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 22 #include "llvm/ADT/Twine.h"
145 const Twine &Name, Instruction *InsertBefore);
147 const Twine &Name, BasicBlock *InsertAtEnd);
164 const Twine &Name = Twine(),
172 const Twine &Name, BasicBlock *InsertAtEnd);
179 const Twine &Name = "") {\
185 const Twine &Name, BasicBlock *BB) {\
191 const Twine &Name, Instruction *I) {\
197 const Twine &Name = "")
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 22 #include "llvm/ADT/Twine.h"
35 void InsertHelper(Instruction *I, const Twine &Name,
178 Value *CreateGlobalString(StringRef Str, const Twine &Name = "");
383 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
391 Constant *Insert(Constant *C, const Twine& = "") const {
451 BasicBlock *UnwindDest, const Twine &Name = "") {
458 const Twine &Name = "") {
465 const Twine &Name = "") {
473 const Twine &Name = "") {
492 const Twine &Name
    [all...]
  /external/llvm/include/llvm/Support/
FileUtilities.h 46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
61 void setFile(const Twine& filename, bool deleteIt = true) {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
Mangler.h 21 class Twine;
69 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,

Completed in 7876 milliseconds

12 3 4 5 6 7 8 91011>>