/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
Trace.cpp | 54 Twine("Unsupported XRay file version: ") + Twine(FileHeader.Version), 109 Twine("Unknown record type '") + Twine(int{Type}) + "'", 130 Twine("Corrupted log, found arg payload following non-matching " 132 Twine(Record.FuncId) + " != " + Twine(FuncId) + "; offset: " + 133 Twine(S.data() - Data.data()), 142 Twine("Unknown record type == ") + Twine(RecordType) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
DiagnosticInfo.h | 22 #include "llvm/ADT/Twine.h" 131 const Twine &MsgStr; 139 DiagnosticInfoInlineAsm(const Twine &MsgStr, 147 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, 157 DiagnosticInfoInlineAsm(const Instruction &I, const Twine &MsgStr, 161 const Twine &getMsgStr() const { return MsgStr; } 282 const Twine &Msg, 286 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg, 290 DiagnosticInfoSampleProfile(const Twine &Msg, 303 const Twine &getMsg() const { return Msg; [all...] |
Instructions.h | 24 #include "llvm/ADT/Twine.h" 72 const Twine &Name = "", 75 const Twine &Name, BasicBlock *InsertAtEnd); 78 const Twine &Name, Instruction *InsertBefore = nullptr); 80 const Twine &Name, BasicBlock *InsertAtEnd); 83 const Twine &Name = "", Instruction *InsertBefore = nullptr); 85 const Twine &Name, BasicBlock *InsertAtEnd); 178 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore); 179 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 180 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | 61 const Twine &Name = "", 64 const Twine &Name, BasicBlock *InsertAtEnd); 66 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr); 67 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd); 70 const Twine &Name = "", Instruction *InsertBefore = nullptr); 72 const Twine &Name, BasicBlock *InsertAtEnd); 173 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore); 174 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 175 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false, 177 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false [all...] |
LLVMContext.h | 25 class Twine; 224 void emitError(unsigned LocCookie, const Twine &ErrorStr); 225 void emitError(const Instruction *I, const Twine &ErrorStr); 226 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
ObjectYAML.cpp | 15 #include "llvm/ADT/Twine.h" 59 Twine("YAML Object File unsupported document type tag '") + 60 Twine(Tag) + Twine("'!"));
|
/external/llvm/lib/MC/MCParser/ |
MCAsmParser.cpp | 11 #include "llvm/ADT/Twine.h" 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 35 sys::fs::remove(Twine(TempPath)); 73 EC = sys::fs::createUniqueFile(Twine(FilePath) + ".tmp%%%%%%%", FD, 110 std::error_code EC = sys::fs::rename(Twine(TempPath), Twine(FinalPath));
|
/external/llvm/unittests/Support/ |
FileOutputBufferTest.cpp | 56 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size)); 73 ASSERT_EQ(fs::access(Twine(File2), fs::AccessMode::Exist), 94 ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size)); 113 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Argument.h | 20 #include "llvm/ADT/Twine.h" 42 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = 0);
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
MCAsmParser.cpp | 17 #include "llvm/ADT/Twine.h" 36 bool MCAsmParser::TokError(const Twine &Msg) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
LLLexer.h | 70 bool Error(LocTy ErrorLoc, const Twine &Msg) const; 71 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } 73 void Warning(LocTy WarningLoc, const Twine &Msg) const; 74 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCChecker.h | 121 void reportError(SMLoc Loc, Twine const &Msg); 122 void reportNote(SMLoc Loc, Twine const &Msg); 123 void reportError(Twine const &Msg); 124 void reportWarning(Twine const &Msg);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
llvm-objcopy.h | 13 #include "llvm/ADT/Twine.h" 22 LLVM_ATTRIBUTE_NORETURN extern void error(Twine Message);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
LLVMContext.h | 37 class Twine; 251 void emitError(unsigned LocCookie, const Twine &ErrorStr); 252 void emitError(const Instruction *I, const Twine &ErrorStr); 253 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCLoggingStreamer.cpp | 12 #include "llvm/ADT/Twine.h" 31 void LogCall(const char *Function, const Twine &Message) { 41 virtual void AddComment(const Twine &T) { 213 "FileNo:" + Twine(FileNo) + " Filename:" + Filename); 222 "FileNo:" + Twine(FileNo) + " Line:" + Twine(Line) + 223 " Column:" + Twine(Column) + " Flags:" + Twine(Flags) + 224 " Isa:" + Twine(Isa) + " Discriminator:" + Twine(Discriminator)) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
MCContext.h | 20 #include "llvm/ADT/Twine.h" 328 MCSymbol *createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, 343 MCSymbol *getOrCreateSymbol(const Twine &Name); 356 MCSymbol *lookupSymbol(const Twine &Name) const; 393 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 398 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 400 const Twine &Group) { 404 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 406 const Twine &Group, unsigned UniqueID) { 411 MCSectionELF *getELFSection(const Twine &Section, unsigned Type [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
DFAPacketizerEmitter.cpp | 286 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(InsnClass[i])); 289 LLVM_DEBUG(dbgs() << " (input: 0x" << Twine::utohexstr(InsnInput) << ")"); 304 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(thisState)); 364 LLVM_DEBUG(dbgs() << " thisState: 0x" << Twine::utohexstr(thisState) 385 << Twine::utohexstr(thisStage) << ") from "; 399 LLVM_DEBUG(dbgs() << "\tSkipped Add 0x" << Twine::utohexstr(prevState) 400 << " - combo op 0x" << Twine::utohexstr(resourceMask) 401 << " (0x" << Twine::utohexstr(combo) 412 dbgs() << "0x" << Twine::utohexstr(prevState) << " | 0x" 413 << Twine::utohexstr(resourceMask) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
MemoryBuffer.cpp | 68 const Twine &Name; 69 NamedBufferAlloc(const Twine &Name) : Name(Name) {} 109 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 127 getMemBufferCopyImpl(StringRef InputData, const Twine &BufferName) { 136 MemoryBuffer::getMemBufferCopy(StringRef InputData, const Twine &BufferName) { 144 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, 155 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, 212 getMemoryBufferForStream(int FD, const Twine &BufferName) { 230 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, 238 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
MemoryBuffer.cpp | 67 const Twine &Name; 68 NamedBufferAlloc(const Twine &Name) : Name(Name) {} 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 123 MemoryBuffer::getMemBufferCopy(StringRef InputData, const Twine &BufferName) { 134 MemoryBuffer::getNewUninitMemBuffer(size_t Size, const Twine &BufferName) { 169 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, 180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, 236 getMemoryBufferForStream(int FD, const Twine &BufferName) { 256 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, 263 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize [all...] |
/external/llvm/lib/IR/ |
Globals.cpp | 221 Constant *InitVal, const Twine &Name, 239 const Twine &Name, GlobalVariable *Before, 313 unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, 325 const Twine &Name, Constant *Aliasee, 334 LinkageTypes Link, const Twine &Name, 340 LinkageTypes Linkage, const Twine &Name, 346 LinkageTypes Linkage, const Twine &Name, 351 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, 358 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { 385 const Twine &Name, Constant *Resolver [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
|
/external/llvm/lib/Object/ |
Error.cpp | 61 GenericBinaryError::GenericBinaryError(Twine Msg) : Msg(Msg.str()) {} 63 GenericBinaryError::GenericBinaryError(Twine Msg, object_error ECOverride)
|
/external/llvm/lib/Transforms/Utils/ |
NameAnonFunctions.cpp | 69 F.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++));
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
ErrorHandling.h | 23 class Twine; 78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
|