/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
LLVMContext.h | 38 class Twine; 306 void emitError(unsigned LocCookie, const Twine &ErrorStr); 307 void emitError(const Instruction *I, const Twine &ErrorStr); 308 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
OcamlGCPrinter.cpp | 16 #include "llvm/ADT/Twine.h" 149 Twine(FrameSize) + ">= 65536.\n" 151 Twine(uintptr_t(&FI)) + ")"); 155 Twine(FI.getFunction().getName())); 165 Twine(LiveCount) + " >= 65536.");
|
AsmPrinterDwarf.cpp | 15 #include "llvm/ADT/Twine.h" 111 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + 112 Twine(DecodeDWARFEncoding(Val))); 114 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); 233 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + 234 Twine::utohexstr(Die.getOffset()) + ":0x" + 235 Twine::utohexstr(Die.getSize()) + " " +
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
Caching.cpp | 45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); 66 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + 94 report_fatal_error(Twine("Failed to open new cache file ") + 124 report_fatal_error(Twine("Failed to rename temporary file ") +
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
Threading.cpp | 56 void llvm::set_thread_name(const Twine &Name) {}
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
BasicBlock.h | 19 #include "llvm/ADT/Twine.h" 70 explicit BasicBlock(LLVMContext &C, const Twine &Name = "", 93 static BasicBlock *Create(LLVMContext &Context, const Twine &Name = "", 301 BasicBlock *splitBasicBlock(iterator I, const Twine &BBName = ""); 302 BasicBlock *splitBasicBlock(Instruction *I, const Twine &BBName = "") {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Globals.cpp | 307 Constant *InitVal, const Twine &Name, 327 const Twine &Name, GlobalVariable *Before, 398 unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, 410 const Twine &Name, Constant *Aliasee, 419 LinkageTypes Link, const Twine &Name, 425 LinkageTypes Linkage, const Twine &Name, 431 LinkageTypes Linkage, const Twine &Name, 436 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, 443 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { 466 const Twine &Name, Constant *Resolver [all...] |
/external/clang/tools/libclang/ |
CXStoredDiagnostic.cpp | 23 #include "llvm/ADT/Twine.h" 61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str()); 62 return cxstring::createDup((Twine("-W") + Option).str());
|
/external/llvm/include/llvm/IR/ |
GlobalVariable.h | 23 #include "llvm/ADT/Twine.h" 56 Constant *Initializer = nullptr, const Twine &Name = "", 63 const Twine &Name = "", GlobalVariable *InsertBefore = nullptr,
|
/external/llvm/include/llvm/Transforms/IPO/ |
DeadArgumentElimination.h | 57 return (Twine(IsArg ? "Argument #" : "Return value #") + Twine(Idx) +
|
/external/llvm/lib/Support/ |
Error.cpp | 11 #include "llvm/ADT/Twine.h" 57 void logAllUnhandledErrors(Error E, raw_ostream &OS, Twine ErrorBanner) { 94 StringError::StringError(const Twine &S, std::error_code EC)
|
SpecialCaseList.cpp | 57 Error = (Twine("can't open file '") + Path + "': " + EC.message()).str(); 62 Error = (Twine("error parsing file '") + Path + "': " + ParseError).str(); 101 Error = (Twine("malformed line ") + Twine(LineNo) + ": '" + 126 Error = (Twine("malformed regex in line ") + Twine(LineNo) + ": '" +
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
AMDGPUDisassembler.h | 28 class Twine; 50 MCOperand errOperand(unsigned V, const llvm::Twine& ErrMsg) const;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
GlobalVariable.h | 26 #include "llvm/ADT/Twine.h" 54 Constant *Initializer = 0, const Twine &Name = "", 60 const Twine &Name,
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLLexer.h | 65 bool Error(LocTy L, const Twine &Msg) const; 66 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
TGLexer.h | 26 class Twine; 109 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
DeadArgumentElimination.h | 24 #include "llvm/ADT/Twine.h" 64 return (Twine(IsArg ? "Argument #" : "Return value #") + Twine(Idx) +
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
NameAnonGlobals.cpp | 73 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++));
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
yaml2obj.cpp | 41 LLVM_ATTRIBUTE_NORETURN static void error(Twine Message) { 66 error("yaml2obj: Cannot find the " + Twine(DocNum) +
|
/external/llvm/include/llvm/Support/ |
SourceMgr.h | 21 #include "llvm/ADT/Twine.h" 30 class Twine; 162 const Twine &Msg, 168 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 185 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 206 // FIXME: Twine.str() is not very efficient. 207 SMFixIt(SMLoc Loc, const Twine &Insertion) 212 // FIXME: Twine.str() is not very efficient. 213 SMFixIt(SMRange R, const Twine &Replacement)
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterDwarf.cpp | 17 #include "llvm/ADT/Twine.h" 107 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + 108 Twine(DecodeDWARFEncoding(Val))); 110 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); 252 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + 253 Twine::utohexstr(Die.getOffset()) + ":0x" + 254 Twine::utohexstr(Die.getSize()) + " " +
|
EHStreamer.cpp | 442 Asm->OutContext.getOrCreateSymbol(Twine("GCC_except_table")+ 443 Twine(Asm->getFunctionNumber())); 507 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); 508 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); 520 Twine((S.Action - 1) / 2 + 1)); 569 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); 572 Asm->OutStreamer->AddComment(Twine(" Call between ") + 585 Asm->OutStreamer->AddComment(Twine(" jumps to ") + 598 Twine((S.Action - 1) / 2 + 1)); 612 Asm->OutStreamer->AddComment(">> Action Record " + Twine(++Entry) + " <<") [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeAsmPrinter.cpp | 152 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask)); 166 Twine(MBlazeInstPrinter::getRegisterName(stkReg)) + 167 "," + Twine(stkSze) + "," + 168 Twine(MBlazeInstPrinter::getRegisterName(retReg))); 173 OutStreamer.EmitRawText("\t.ent\t" + Twine(CurrentFnSym->getName())); 187 OutStreamer.EmitRawText("\t.end\t" + Twine(CurrentFnSym->getName()));
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
SourceMgr.h | 21 #include "llvm/ADT/Twine.h" 30 class Twine; 157 const Twine &Msg, 163 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 180 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 201 // FIXME: Twine.str() is not very efficient. 202 SMFixIt(SMLoc Loc, const Twine &Insertion) 207 // FIXME: Twine.str() is not very efficient. 208 SMFixIt(SMRange R, const Twine &Replacement)
|
/external/llvm/lib/MC/ |
MCContext.cpp | 12 #include "llvm/ADT/Twine.h" 114 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) { 141 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + 142 "$frame_escape_" + Twine(Idx)); 146 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + 151 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + 205 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, 257 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { 312 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, 326 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix [all...] |