/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LDBackend.cpp | 18 #include <llvm/ADT/Twine.h>
|
/frameworks/compile/slang/ |
slang_rs_backend.cpp | 25 #include "llvm/ADT/Twine.h"
|
/external/clang/lib/Driver/ |
ToolChains.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 586 virtual void viewGraph(const Twine &Name, const Twine &Title);
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 478 return Ctx.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+ 479 Twine(getFunctionNumber())+"$pb"); [all...] |
StackMaps.cpp | 496 OS.EmitLabel(OutContext.GetOrCreateSymbol(Twine("__LLVM_StackMaps")));
|
/external/llvm/lib/IR/ |
Function.cpp | 45 Argument::Argument(Type *Ty, const Twine &Name, Function *Par) 219 const Twine &name, Module *ParentModule)
|
Module.cpp | 235 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const {
|
Verifier.cpp | 119 void CheckFailed(const Twine &Message, const Value *V1 = nullptr, 130 void CheckFailed(const Twine &Message, const Value *V1, Type *T2, 139 void CheckFailed(const Twine &Message, Type *T1, Type *T2 = nullptr, 148 void CheckFailed(const Twine &Message, const Comdat *C) { [all...] |
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 12 #include "llvm/ADT/Twine.h" 379 Twine(Align) + "' for '" + Symbol->getName() + "'", [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 588 Clone1->setName(Twine("lpad") + Suffix1); 593 Clone2->setName(Twine("lpad") + Suffix2); [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 497 In, GV->getName()+"."+Twine(i), 530 In, GV->getName()+"."+Twine(i), 583 GEPI->getName()+"."+Twine(Val),GEPI); [all...] |
ArgumentPromotion.cpp | [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 18 #include "llvm/ADT/Twine.h" [all...] |
RegisterInfoEmitter.cpp | 22 #include "llvm/ADT/Twine.h" 328 PrintWarning(Reg->getLoc(), Twine("DWARF numbers for register ") + [all...] |
/external/clang/include/clang/AST/ |
Type.h | 32 #include "llvm/ADT/Twine.h" 874 const Twine &PlaceHolder = Twine()) const { 878 const PrintingPolicy &policy, const Twine &PlaceHolder) { 883 const Twine &PlaceHolder); 900 const Twine &PlaceHolder; 903 const Twine &PlaceHolder) 914 const Twine &PlaceHolder = Twine()) const { [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 315 OutStreamer.EmitRawText(Twine(temp.str().c_str())); 602 OutContext.GetOrCreateSymbol(Twine(MO.getSymbolName())))); 833 OutStreamer.AddComment(Twine("implicit-def: ") + 836 OutStreamer.AddComment(Twine("implicit-def: ") + [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 24 #include "llvm/ADT/Twine.h" 329 Twine(Value) + "' specified."); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 778 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix) 779 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 17 #include "llvm/ADT/Twine.h" 224 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); } 225 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); } [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 17 #include "llvm/ADT/Twine.h" 665 " JIT\n" + Twine(ErrMsg)); [all...] |
/art/compiler/llvm/ |
ir_builder.h | 44 void InsertHelper(::llvm::Instruction *I, const ::llvm::Twine &Name,
|
/external/llvm/include/llvm/IR/ |
Module.h | 400 NamedMDNode *getNamedMetadata(const Twine &Name) const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | [all...] |
/external/llvm/lib/MC/MCAnalysis/ |
MCObjectDisassembler.cpp | 15 #include "llvm/ADT/Twine.h"
|