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

<<11121314151617181920>>

  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 61 Diagnostics::ArgStream &Diagnostics::ArgStream::operator<<(const Twine &Arg) {
168 const Twine Prefix, llvm::raw_ostream &OS) {
182 "Candidate " + Twine(i + 1) + ": ", OS);
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 16 #include "llvm/ADT/Twine.h"
166 Twine(MBB->getNumber()) + "@?0?" +
245 Twine("$cppxdata$", FuncLinkageName));
520 auto AddComment = [&](const Twine &Comment) {
585 auto AddComment = [&](const Twine &Comment) {
635 Asm->OutContext.getOrCreateSymbol(Twine("$cppxdata$", FuncLinkageName));
651 Twine("$stateUnwindMap$", FuncLinkageName));
654 Asm->OutContext.getOrCreateSymbol(Twine("$tryMap$", FuncLinkageName));
657 Asm->OutContext.getOrCreateSymbol(Twine("$ip2state$", FuncLinkageName));
660 auto AddComment = [&](const Twine &Comment)
    [all...]
  /external/llvm/lib/IR/
LLVMContext.cpp 19 #include "llvm/ADT/Twine.h"
218 void LLVMContext::emitError(const Twine &ErrorStr) {
222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 133 Error("storage class value '" + Twine(StorageClass) +
149 Error("type value '" + Twine(Type) + "' out of range");
286 void MCWinCOFFStreamer::Error(const Twine &Msg) const {
  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 141 StringRef MIRString = (Twine(
149 ) + Twine(MIRFunc) + Twine("...\n")).toNullTerminatedStringRef(S);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 84 Constant *InitVal, const Twine &Name,
102 const Twine &Name,
190 const Twine &Name, Constant* aliasee,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 15 #include "llvm/ADT/Twine.h"
178 Twine(MBB->getNumber()) + "@?0?" +
254 Twine("$cppxdata$", FuncLinkageName));
528 auto AddComment = [&](const Twine &Comment) {
593 auto AddComment = [&](const Twine &Comment) {
643 Asm->OutContext.getOrCreateSymbol(Twine("$cppxdata$", FuncLinkageName));
659 Twine("$stateUnwindMap$", FuncLinkageName));
662 Asm->OutContext.getOrCreateSymbol(Twine("$tryMap$", FuncLinkageName));
665 Asm->OutContext.getOrCreateSymbol(Twine("$ip2state$", FuncLinkageName));
668 auto AddComment = [&](const Twine &Comment)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
InstrumentationMap.cpp 19 #include "llvm/ADT/Twine.h"
88 Twine("Instrumentation map entries not evenly divisible by size of "
143 Twine("Failed memory-mapping file '") + Filename + "'.", EC);
150 Twine("Failed loading YAML document from '") + Filename + "'.",
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptToken.cpp 79 static Error getStringError(const Twine &message) {
170 return getStringError("Invalid token found at position " + Twine(Pos));
229 "Unclosed multi-line comment beginning at position " + Twine(Pos));
llvm-rc.cpp 75 LLVM_ATTRIBUTE_NORETURN static void fatalError(const Twine &Message) {
108 fatalError("Error opening file '" + Twine(InArgsInfo[0]) +
119 const Twine TokenNames[] = {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/
LiveIntervalTest.cpp 139 StringRef MIRString = (Twine(R"MIR(
147 )MIR") + Twine(MIRFunc) + Twine("...\n")).toNullTerminatedStringRef(S);
  /external/llvm/include/llvm/MC/
MCStreamer.h 41 class Twine;
264 virtual void AddComment(const Twine &T) {}
275 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
279 virtual void addExplicitComment(const Twine &T);
799 void EmitRawText(const Twine &String);
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 12 #include "llvm/ADT/Twine.h"
147 setError(CurrentNode, Twine("missing required key '") + Key + "'");
170 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'");
319 void Input::setError(HNode *hnode, const Twine &message) {
324 void Input::setError(Node *node, const Twine &message) {
387 void Input::setError(const Twine &Message) {
656 void Output::setError(const Twine &message) {
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 99 static void Warning(const Twine &Msg) { errs() << "warning: " + Msg + "\n"; }
123 Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
131 return Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
391 Twine(Name));
394 return Warning(Twine("failed to insert symbol '") + Name +
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DiagnosticInfo.cpp 18 #include "llvm/ADT/Twine.h"
54 const Twine &MsgStr,
136 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
194 Val = (Loc->getFilename() + ":" + Twine(Loc.getLine()) + ":" +
195 Twine(Loc.getCol())).str();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetPassConfig.cpp 335 report_fatal_error(Twine('\"') + Twine(PassName) +
336 Twine("\" pass is not registered."));
351 report_fatal_error(Twine(StartBeforeOptName) + Twine(" and ") +
352 Twine(StartAfterOptName) + Twine(" specified!"));
354 report_fatal_error(Twine(StopBeforeOptName) + Twine(" and ") +
355 Twine(StopAfterOptName) + Twine(" specified!"))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 21 #include "llvm/ADT/Twine.h"
292 Twine("Instruction can only be in a packet with ALU or non-FPU XTYPE "
295 Twine("Not an ALU or non-FPU XTYPE instruction"));
505 Twine(RI.getName(Register)) + "'");
559 reportWarning("Register `" + Twine(RI.getName(Register)) +
641 reportWarning("register `" + Twine(RI.getName(R)) +
703 reportError("register `" + Twine(RI.getName(Register)) +
708 reportError("register `" + Twine(RI.getName(Register)) +
713 void HexagonMCChecker::reportError(Twine const &Msg) {
717 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 334 Twine("completely unrolled loop with ") +
335 Twine(TripCount) + " iterations");
337 auto EmitDiag = [&](const Twine &T) {
339 "unrolled loop by a factor of " + Twine(Count) +
347 EmitDiag(" with a breakout at trip " + Twine(BreakoutTrip));
350 EmitDiag(" with " + Twine(TripMultiple) + " trips per branch");
392 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It));
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 50 void error(const Twine &Message, StringRef Whence = "");
53 void deferError(const Twine &Message, StringRef Whence = "");
56 void deferWarning(const Twine &Message, StringRef Whence = "");
114 static std::string getErrorString(const Twine &Message, StringRef Whence,
124 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) {
128 void CodeCoverageTool::deferError(const Twine &Message, StringRef Whence) {
133 void CodeCoverageTool::deferWarning(const Twine &Message, StringRef Whence) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOCodeGenerator.cpp 259 emitError((Twine("could not write object file: ") + Filename + ": " +
263 sys::fs::remove(Twine(Filename));
269 sys::fs::remove(Twine(Filename));
376 (Twine("Linker asked to preserve available_externally global: '") +
379 return emitWarning((Twine("Linker asked to preserve internal global: '") +
668 const Twine &Msg;
670 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 159 return (Twine('u') + getTypeName(Ty, true)).str();
172 return (Twine('i') + Twine(BitWidth)).str();
185 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str();
478 Kernel.mSymbolName = (Twine(Func.getName()) + Twine("@kd")).str();
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 217 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") +
218 (IsCritical ? "c" : " ") + " W=" + Twine(Weight)).str();
232 return (Twine("Index=") + Twine(Index)).str();
260 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " +
261 Twine(FunctionHash) + "\t" + Str);
410 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
442 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str());
183 ListScope DataScope(W, ("Data " + Twine(Data)).str());
218 DictScope AtomScope(W, ("Atom " + Twine(i++)).str());
233 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str());
248 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str());
408 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str());
666 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str());
674 DictScope NameScope(W, ("Name " + Twine(NTE.getIndex())).str());
720 ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str());
741 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 693 Triple::Triple(const Twine &Str)
724 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr)
725 : Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr).str()),
739 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr,
740 const Twine &EnvironmentStr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 658 Triple::Triple(const Twine &Str)
689 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr)
690 : Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr).str()),
704 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr,
705 const Twine &EnvironmentStr
    [all...]

Completed in 2459 milliseconds

<<11121314151617181920>>