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

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 51 class Twine;
95 void printError(Node *N, const Twine &Msg);
142 void setError(const Twine &Message, Token &Location) const;
548 void setError(const Twine &Message, Token &Location) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 359 OutContext.GetOrCreateSymbol(GVSym->getName() + Twine("$tlv$init"));
456 OutContext.GetOrCreateSymbol(Twine("Lllvm$workaround$fake$stub$")+
482 report_fatal_error("'" + Twine(CurrentFnSym->getName()) +
527 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
805 OutStreamer.AddComment(Twine(Reg));
817 OutStreamer.AddComment(Twine(Reg));
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 490 Twine NameAsWritten);
495 Twine NameAsWritten);
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 19 #include "llvm/ADT/Twine.h"
184 return (llvm::Twine(CheckerName) + Delimiter +
186 Twine(IssueLoc.getExpansionColumnNumber()) + Delimiter +
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 283 int &Argc, const char *const *Argv, Twine Directory) {
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 53 "type: " + Twine(RelType)).str());
63 Twine(RelType) +
  /external/llvm/lib/Option/
Option.cpp 11 #include "llvm/ADT/Twine.h"
113 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
114 Twine(UnaliasedOption.getName()));
  /external/llvm/lib/TableGen/
TGParser.h 18 #include "llvm/ADT/Twine.h"
94 bool Error(SMLoc L, const Twine &Msg) const {
98 bool TokError(const Twine &Msg) const {
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 125 const Twine &N = "", Module *M = 0);
129 const Twine &N = "", Module *M = 0) {
Value.h 42 class Twine;
137 void setName(const Twine &Name);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 33 class Twine;
151 MCSymbol *GetOrCreateSymbol(const Twine &Name);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaFrameLowering.cpp 21 #include "llvm/ADT/Twine.h"
90 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
140 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
  /external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp 22 #include "llvm/ADT/Twine.h"
104 const Twine &GVName, ManglerPrefixTy PrefixTy) {
197 getNameWithPrefix(OutName, "__unnamed_" + Twine(ID), PrefixTy);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 42 BasicBlock::BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent,
298 BasicBlock *BasicBlock::splitBasicBlock(iterator I, const Twine &BBName) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Dominators.h 178 void viewGraph(const Twine &Name, const Twine &Title);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProfReader.h 215 #include "llvm/ADT/Twine.h"
302 void reportError(int64_t LineNumber, Twine Msg) const {
309 create(const Twine &Filename, LLVMContext &C);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 53 "type: " + Twine(RelType)).str());
63 Twine(RelType) +
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 86 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str();
90 report_fatal_error(Twine("Failed to open ") + SaveTempPath +
155 const Twine &Msg;
157 ThinLTODiagnosticInfo(const Twine &DiagMsg,
403 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath);
769 report_fatal_error(Twine("Failed to open ") + OutputName +
836 llvm::sys::path::append(OutputPath, Twine(count) + ".thinlto.o");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 16 #include "llvm/ADT/Twine.h"
358 OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) +
359 "' (at offset '" + Twine(FragmentOffset) + "')");
479 Twine(DistanceToBoundary) + " bytes");
484 Twine(BundlePadding) + " bytes");
519 Twine(AF.getValueSize()) +
521 Twine(FragmentSize) + "'");
530 Twine(Count) + " bytes");
610 Twine(FragmentSize) + " bytes");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
Option.cpp 11 #include "llvm/ADT/Twine.h"
119 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
120 Twine(UnaliasedOption.getName()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.h 18 #include "llvm/ADT/Twine.h"
125 bool Error(SMLoc L, const Twine &Msg) const {
129 bool TokError(const Twine &Msg) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp 69 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) {
75 reportError(Twine(Input) + ": " + EC.message() + ".\n");
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
InfoByHwMode.cpp 18 #include "llvm/ADT/Twine.h"
30 return (Twine('m') + Twine(Mode)).str();
  /external/llvm/lib/AsmParser/
LLParser.h 158 bool Error(LocTy L, const Twine &Msg) const {
161 bool TokError(const Twine &Msg) const {
294 bool ParseType(Type *&Result, const Twine &Msg, bool AllowVoid = false);
298 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc,
417 bool ParseValueAsMetadata(Metadata *&MD, const Twine &TypeMsg,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCStreamer.h 54 class Twine;
303 virtual void AddComment(const Twine &T, bool EOL = true) {}
314 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
318 virtual void addExplicitComment(const Twine &T);
    [all...]

Completed in 2884 milliseconds

<<11121314151617181920>>