Searched
refs:Twine (Results
276 -
300 of
910) sorted by null
<<11121314151617181920>>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
MILexer.h | 25 class Twine; 221 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.cpp | 21 #include "llvm/ADT/Twine.h" 60 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; 180 Name + "." + Twine(MappingSymbolCounter++)));
|
AArch64WinCOFFObjectWriter.cpp | 12 #include "llvm/ADT/Twine.h" 55 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
AMDGPUDisassembler.h | 35 class Twine; 66 MCOperand errOperand(unsigned V, const Twine& ErrMsg) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
AMDGPUTargetStreamer.cpp | 19 #include "llvm/ADT/Twine.h" 143 Twine(Major) << "," << Twine(Minor) << '\n'; 153 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) << 511 Context.getOrCreateSymbol(Twine(KernelName) + Twine(".kd"))); 518 Context.getOrCreateSymbol(Twine(KernelName)));
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/ |
llvm-mt.cpp | 68 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { 74 reportError(Twine(Input) + ": " + EC.message());
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 102 LLVM_ATTRIBUTE_NORETURN void error(Twine Message); 103 LLVM_ATTRIBUTE_NORETURN void report_error(StringRef File, Twine Message);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
LinePrinter.h | 15 #include "llvm/ADT/Twine.h" 43 void printLine(const Twine &T); 44 void print(const Twine &T);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
ResourceScriptParser.h | 42 ParserError(const Twine &Expected, const LocIter CurLoc, const LocIter End); 182 Error getExpectedError(const Twine &Message, bool IsAlreadyRead = false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
Object.cpp | 15 #include "llvm/ADT/Twine.h" 173 "Link field value " + Twine(Link) + " in section " + Name + " is invalid", 174 "Link field value " + Twine(Link) + " in section " + Name + 294 "Symbol table has link index of " + Twine(Link) + 296 "Symbol table has link index of " + Twine(Link) + 334 error("Invalid symbol index: " + Twine(Index)); 382 "Link field value " + Twine(Link) + " in section " + Name + " is invalid", 383 "Link field value " + Twine(Link) + " in section " + Name + 387 setSection(SecTable.getSection(Info, "Info field value " + Twine(Info) + 473 this->Name + "[" + Twine(this->Index) + "]") [all...] |
/external/clang/include/clang/Edit/ |
EditedSource.h | 72 StringRef copyString(const Twine &twine);
|
/external/llvm/include/llvm/MC/ |
MCSymbolMachO.h | 12 #include "llvm/ADT/Twine.h" 119 Twine(Align) + "' for '" + getName() + "'",
|
MCWinCOFFStreamer.h | 76 void Error(const Twine &Msg) const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfStringPool.cpp | 62 Twine(Entry->getValue().Offset));
|
/external/llvm/lib/CodeGen/ |
EdgeBundles.cpp | 75 const Twine &Title) {
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.h | 25 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg);
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
Cloning.h | 23 #include "llvm/ADT/Twine.h" 107 const Twine &NameSuffix = "", Function *F = 0,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
StringExtras.h | 20 #include "llvm/ADT/Twine.h" 199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { 211 inline bool to_float(const Twine &T, float &Num) { 215 inline bool to_float(const Twine &T, double &Num) { 219 inline bool to_float(const Twine &T, long double &Num) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
OptimizationRemarkEmitter.h | 29 class Twine;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
MCSymbolMachO.h | 12 #include "llvm/ADT/Twine.h" 119 Twine(Align) + "' for '" + getName() + "'",
|
MCWinCOFFStreamer.h | 78 void Error(const Twine &Msg) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
EdgeBundles.cpp | 77 const Twine &Title) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
llvm-readobj.h | 25 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
OptParserEmitter.cpp | 13 #include "llvm/ADT/Twine.h" 84 PrintError(A->getLoc(), Twine("Option is equivalent to")); 85 PrintError(B->getLoc(), Twine("Other defined here")); 130 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") + 131 Twine(NewPrefix)).str())).second)
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 110 const Twine &Path); 113 const Twine &Path); 117 const Twine &Path);
|
Completed in 6301 milliseconds
<<11121314151617181920>>