/external/llvm/lib/Target/PowerPC/ |
PPCMachineFunctionInfo.cpp | 22 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 23 Twine(MF.getFunctionNumber()) + 29 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 31 Twine(MF.getFunctionNumber())); 36 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 38 Twine(MF.getFunctionNumber())); 43 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 45 Twine(MF.getFunctionNumber()));
|
/external/llvm/include/llvm/Support/ |
Path.h | 19 #include "llvm/ADT/Twine.h" 143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension); 172 void append(SmallVectorImpl<char> &path, const Twine &a, 173 const Twine &b = "", 174 const Twine &c = "", 175 const Twine &d = ""); 201 void native(const Twine &path, SmallVectorImpl<char> &result); 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, 361 const Twine &Path2 = "", const Twine &Path3 = "") [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Path.h | 19 #include "llvm/ADT/Twine.h" 143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension); 172 void append(SmallVectorImpl<char> &path, const Twine &a, 173 const Twine &b = "", 174 const Twine &c = "", 175 const Twine &d = ""); 201 void native(const Twine &path, SmallVectorImpl<char> &result); 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, 361 const Twine &Path2 = "", const Twine &Path3 = "") [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 24 /// Twine - A lightweight data structure for efficiently representing the 27 /// A Twine is a kind of rope, it represents a concatenated string using a 29 /// Twine can be efficiently rendered into a buffer when its result is used, 31 /// results -- particularly in cases when the Twine result is never 36 /// A Twine is not intended for use directly and should not be stored, its 48 /// Given the nature of a Twine, it is not possible for the Twine's 50 /// represented inside the returned value. For this reason a Twine object 52 /// concatenation. We also have nullary Twine objects, which are effectivel 134 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
Error.cpp | 16 #include "llvm/ADT/Twine.h" 23 void PrintError(SMLoc ErrorLoc, const Twine &Msg) { 27 void PrintError(const char *Loc, const Twine &Msg) { 31 void PrintError(const Twine &Msg) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV2.h | 20 #include "llvm/ADT/Twine.h" 127 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension); 137 void append(SmallVectorImpl<char> &path, const Twine &a, 138 const Twine &b = "", 139 const Twine &c = "", 140 const Twine &d = ""); 164 void native(const Twine &path, SmallVectorImpl<char> &result); 284 bool has_root_name(const Twine &path); 292 bool has_root_directory(const Twine &path); 300 bool has_root_path(const Twine &path) [all...] |
FileSystem.h | 31 #include "llvm/ADT/Twine.h" 130 error_code copy_file(const Twine &from, const Twine &to, 139 error_code create_directories(const Twine &path, bool &existed); 147 error_code create_directory(const Twine &path, bool &existed); 155 error_code create_hard_link(const Twine &to, const Twine &from); 163 error_code create_symlink(const Twine &to, const Twine &from); 179 error_code remove(const Twine &path, bool &existed) [all...] |
/external/llvm/lib/TableGen/ |
Error.cpp | 16 #include "llvm/ADT/Twine.h" 27 const Twine &Msg) { 42 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { 46 void PrintWarning(const char *Loc, const Twine &Msg) { 50 void PrintWarning(const Twine &Msg) { 54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { 58 void PrintError(const char *Loc, const Twine &Msg) { 62 void PrintError(const Twine &Msg) { 66 void PrintFatalError(const Twine &Msg) { 73 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
Twine.h | 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===// 25 /// Twine - A lightweight data structure for efficiently representing the 28 /// A Twine is a kind of rope, it represents a concatenated string using a 30 /// Twine can be efficiently rendered into a buffer when its result is used, 32 /// results -- particularly in cases when the Twine result is never 37 /// A Twine is not intended for use directly and should not be stored, its 49 /// Given the nature of a Twine, it is not possible for the Twine's 51 /// represented inside the returned value. For this reason a Twine object 53 /// concatenation. We also have nullary Twine objects, which are effectivel 139 const Twine *twine; member in union:llvm::Twine::Child [all...] |
/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);
|
/frameworks/compile/mclinker/lib/LD/ |
Diagnostic.cpp | 13 #include <llvm/ADT/Twine.h> 107 llvm::Twine("Mismatched {} in the diagnostic: ") + 108 llvm::Twine(getID())); 115 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") + 116 llvm::Twine(getID()) + llvm::Twine(": ") + 117 llvm::Twine(pBegin) + 118 llvm::Twine("\nNo given arugment number:\n")); 129 llvm::Twine("In diagnostic: ") + llvm::Twine(getID()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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);
|