/external/llvm/lib/Support/ |
GraphWriter.cpp | 68 std::string llvm::createGraphFilename(const Twine &Name, int &FD) {
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.h | 155 VLIWSchedBoundary(unsigned ID, const Twine &Name):
|
/external/llvm/lib/Target/PowerPC/ |
PPCMCInstLower.cpp | 18 #include "llvm/ADT/Twine.h"
|
/external/llvm/lib/Transforms/Instrumentation/ |
BoundsChecking.cpp | 130 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 49 LLVM_ATTRIBUTE_NORETURN static void fail(Twine Error) { 58 static void failIfError(std::error_code EC, Twine Context = "") { 647 printWithSpacePadding(Out, Twine(Name) + "/", 16); 961 failIfError(EC, Twine("error loading '") + ArchiveName + "'");
|
/external/llvm/tools/llvm-profdata/ |
llvm-profdata.cpp | 28 static void exitWithError(const Twine &Message, StringRef Whence = "") {
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReaderIf.cpp | 20 #include <llvm/ADT/Twine.h>
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Marshallers.h | 50 return (Twine("Matcher<") + MatcherKind.asStringRef() + ">").str(); 595 (MaxCount == UINT_MAX ? "" : Twine(MaxCount)).str(); 597 << ("(" + Twine(MinCount) + ", " + MaxStr + ")") << Args.size();
|
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 161 const Twine &name, 232 const Twine &Name, bool TLS) { 397 *this, FTy, llvm::Twine("_GLOBAL__sub_I_", FileName));
|
/external/clang/lib/Sema/ |
CodeCompleteConsumer.cpp | 22 #include "llvm/ADT/Twine.h" 261 const char *CodeCompletionAllocator::CopyString(Twine String) { 262 // FIXME: It would be more efficient to teach Twine to tell us its size and
|
SemaCodeComplete.cpp | 33 #include "llvm/ADT/Twine.h" [all...] |
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 19 #include "llvm/ADT/Twine.h" 299 MCSymbol *GetTempSymbol(Twine Name, unsigned ID) const; 302 MCSymbol *GetTempSymbol(Twine Name) const;
|
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 12 #include "llvm/ADT/Twine.h" 482 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'")); 504 return Error(Loc, Twine("section '") + Current->getSectionName() +
|
/external/clang/lib/Basic/ |
Targets.cpp | 254 Builder.defineMacro("__FreeBSD__", Twine(Release)); 255 Builder.defineMacro("__FreeBSD_cc_version", Twine(Release * 100000U + 1U)); 591 Builder.defineMacro("_MSC_VER", Twine(Opts.MSCVersion / 100000)); 592 Builder.defineMacro("_MSC_FULL_VER", Twine(Opts.MSCVersion)); 594 Builder.defineMacro("_MSC_BUILD", Twine(1)); [all...] |
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 58 CachedMCSymbol = Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" + 59 Twine(MF->getFunctionNumber()) + 60 "_" + Twine(getNumber())); 262 Name += (Twine("BB") + Twine(getNumber())).str(); [all...] |
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 14 #include "llvm/ADT/Twine.h" 94 void AddComment(const Twine &T) override; 108 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 250 void MCAsmStreamer::AddComment(const Twine &T) { 294 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { [all...] |
WinCOFFObjectWriter.cpp | 19 #include "llvm/ADT/Twine.h" 710 Twine("symbol '") + A.getName() + "' can not be undefined"); 733 Twine("symbol '") + B->getName() + 739 Twine("symbol '") + Symbol.getName() + 885 Twine("Missing associated COMDAT section for section ") + [all...] |
MCWin64EH.cpp | 11 #include "llvm/ADT/Twine.h"
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 25 #include "llvm/ADT/Twine.h" 883 OutStreamer.AddComment("\t# Stub function to call " + Twine(RetType) + " " + 884 Twine(Symbol) + " (" + Twine(Parms) + ")"); 916 OutContext.GetOrCreateSymbol("__call_stub_fp_" + Twine(Symbol)); [all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 148 static void error(Twine Message, Twine Path = Twine()) { 153 static bool error(std::error_code EC, Twine Path = Twine()) { [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 16 #include "llvm/ADT/Twine.h" 32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { 37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
|
/external/clang/lib/Driver/ |
Driver.cpp | [all...] |
/external/clang/unittests/AST/ |
MatchVerifier.h | 60 void setFailure(const Twine &Result) {
|
/external/llvm/include/llvm/IR/ |
GlobalValue.h | 64 LinkageTypes Linkage, const Twine &Name)
|
Metadata.h | 209 explicit NamedMDNode(const Twine &N);
|