/external/clang/include/clang/Tooling/ |
Tooling.h | 40 #include "llvm/ADT/Twine.h" 107 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, 108 const Twine &FileName = "input.cc"); 119 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, 121 const Twine &FileName = "input.cc");
|
/external/llvm/include/llvm/CodeGen/ |
EdgeBundles.h | 21 #include "llvm/ADT/Twine.h" 65 const Twine &Title = "");
|
/external/llvm/include/llvm/IR/ |
Argument.h | 17 #include "llvm/ADT/Twine.h" 47 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = 0);
|
GlobalAlias.h | 18 #include "llvm/ADT/Twine.h" 43 GlobalAlias(Type *Ty, LinkageTypes Linkage, const Twine &Name = "",
|
GlobalVariable.h | 23 #include "llvm/ADT/Twine.h" 69 Constant *Initializer = 0, const Twine &Name = "", 76 const Twine &Name = "", GlobalVariable *InsertBefore = 0,
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 31 class Twine; 108 virtual bool Warning(SMLoc L, const Twine &Msg, 115 virtual bool Error(SMLoc L, const Twine &Msg, 126 bool TokError(const Twine &Msg,
|
/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/CodeGen/ |
ScheduleDAGPrinter.cpp | 87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
|
/external/llvm/lib/MC/ |
MCContext.cpp | 12 #include "llvm/ADT/Twine.h" 150 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { 178 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) + 179 Twine(LocalLabelVal) + 181 Twine(NextInstance(LocalLabelVal))); 185 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) + 186 Twine(LocalLabelVal) + 188 Twine(GetInstance(LocalLabelVal) + bORf)); 195 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const { 376 void MCContext::FatalError(SMLoc Loc, const Twine &Msg) [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 99 OutStreamer.EmitRawText("\t.set\t" + Twine(Sym->getName())); 100 OutStreamer.EmitRawText(".globound," + Twine(ATy->getNumElements())); 103 OutStreamer.EmitRawText(MAI->getWeakDefDirective() +Twine(Sym->getName())+ 124 OutStreamer.EmitRawText("\t.cc_top " + Twine(GVSym->getName()) + ".data," + 161 OutStreamer.EmitRawText("\t.size " + Twine(GVSym->getName()) + "," + 162 Twine(Size)); 177 OutStreamer.EmitRawText("\t.cc_bottom " + Twine(GVSym->getName()) + ".data"); 188 OutStreamer.EmitRawText("\t.cc_bottom " + Twine(CurrentFnSym->getName()) + 194 OutStreamer.EmitRawText("\t.cc_top " + Twine(CurrentFnSym->getName()) +
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 18 #include "llvm/ADT/Twine.h" 187 Twine(AsmStr) + "'"); 192 Twine(AsmStr) + "'"); 281 Twine(AsmStr) + "'"); 316 " string: '" + Twine(AsmStr) + "'"); 331 Twine(AsmStr) + "'"); 343 Twine(AsmStr) + "'"); 351 Twine(AsmStr) + "'"); 357 Twine(AsmStr) + "'"); 433 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString() [all...] |
AsmPrinterDwarf.cpp | 16 #include "llvm/ADT/Twine.h" 57 Twine(Val-dwarf::DW_CFA_offset) + ")"); 98 OutStreamer.AddComment(Twine(Desc)+" Encoding = " + 99 Twine(DecodeDWARFEncoding(Val))); 101 OutStreamer.AddComment(Twine("Encoding = ") +
|
OcamlGCPrinter.cpp | 131 "Frame size " + Twine(FrameSize) + ">= 65536.\n" 132 "(" + Twine(uintptr_t(&FI)) + ")"); 136 Twine(FI.getFunction().getName())); 145 "Live root count "+Twine(LiveCount)+" >= 65536.");
|
DwarfException.cpp | 17 #include "llvm/ADT/Twine.h" 461 Asm->OutContext.GetOrCreateSymbol(Twine("GCC_except_table")+ 462 Twine(Asm->getFunctionNumber())); 532 Asm->OutStreamer.AddComment(">> Call Site " + Twine(idx) + " <<"); 533 Asm->OutStreamer.AddComment(" On exception at call site "+Twine(idx)); 545 Twine((S.Action - 1) / 2 + 1)); 597 Asm->OutStreamer.AddComment(">> Call Site " + Twine(++Entry) + " <<"); 600 Asm->OutStreamer.AddComment(Twine(" Call between ") + 613 Asm->OutStreamer.AddComment(Twine(" jumps to ") + 626 Twine((S.Action - 1) / 2 + 1)) [all...] |
/external/llvm/lib/IR/ |
LLVMContext.cpp | 101 void LLVMContext::emitError(const Twine &ErrorStr) { 105 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { 115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
|
Instructions.cpp | 181 unsigned NumReservedValues, const Twine &NameStr, 188 unsigned NumReservedValues, const Twine &NameStr, 211 const Twine &NameStr, 219 const Twine &NameStr, 226 const Twine &NameStr) { 266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) { 288 void CallInst::init(Value *Func, const Twine &NameStr) { 302 CallInst::CallInst(Value *Func, const Twine &Name, 312 CallInst::CallInst(Value *Func, const Twine &Name, 375 const Twine &Name) [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 57 Builder.append(Twine("#include \"") + 64 Builder.append(Twine("#__include_macros \"") + 149 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); 151 Builder.defineMacro(DefPrefix + "DIG__", Twine(Digits)); 152 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); 155 Builder.defineMacro(DefPrefix + "MANT_DIG__", Twine(MantissaDigits)); 157 Builder.defineMacro(DefPrefix + "MAX_10_EXP__", Twine(Max10Exp)); 158 Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(MaxExp)); 159 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); 161 Builder.defineMacro(DefPrefix + "MIN_10_EXP__","("+Twine(Min10Exp)+")") [all...] |
/external/llvm/lib/Support/ |
PathV2.cpp | 353 void append(SmallVectorImpl<char> &path, const Twine &a, 354 const Twine &b, 355 const Twine &c, 356 const Twine &d) { 414 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { 432 void native(const Twine &path, SmallVectorImpl<char> &result) { 523 bool has_root_name(const Twine &path) { 530 bool has_root_directory(const Twine &path) { 537 bool has_root_path(const Twine &path) { 544 bool has_relative_path(const Twine &path) [all...] |
Triple.cpp | 305 Triple::Triple(const Twine &Str) 319 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr) 320 : Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr).str()), 332 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, 333 const Twine &EnvironmentStr [all...] |
/external/clang/unittests/Tooling/ |
TestVisitor.h | 105 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { 113 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { 154 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) 185 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber)
|
/external/clang/tools/libclang/ |
CXStoredDiagnostic.cpp | 23 #include "llvm/ADT/Twine.h" 59 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str()); 60 return cxstring::createDup((Twine("-W") + Option).str());
|
/external/llvm/lib/AsmParser/ |
LLLexer.h | 64 bool Error(LocTy L, const Twine &Msg) const; 65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
|
/external/llvm/lib/TableGen/ |
TGLexer.h | 27 class Twine; 115 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeAsmPrinter.cpp | 150 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask)); 164 Twine(MBlazeInstPrinter::getRegisterName(stkReg)) + 165 "," + Twine(stkSze) + "," + 166 Twine(MBlazeInstPrinter::getRegisterName(retReg))); 171 OutStreamer.EmitRawText("\t.ent\t" + Twine(CurrentFnSym->getName())); 185 OutStreamer.EmitRawText("\t.end\t" + Twine(CurrentFnSym->getName()));
|
/external/llvm/lib/Option/ |
ArgList.cpp | 12 #include "llvm/ADT/Twine.h" 277 const char *ArgList::MakeArgString(const Twine &T) const { 349 Arg *A = new Arg(Opt, ArgList::MakeArgString(Twine(Opt.getPrefix()) + 350 Twine(Opt.getName())), 359 Arg *A = new Arg(Opt, ArgList::MakeArgString(Twine(Opt.getPrefix()) + 360 Twine(Opt.getName())), 369 Arg *A = new Arg(Opt, ArgList::MakeArgString(Twine(Opt.getPrefix()) + 370 Twine(Opt.getName())), 379 Arg *A = new Arg(Opt, ArgList::MakeArgString(Twine(Opt.getPrefix()) + 380 Twine(Opt.getName())), Index [all...] |