/external/llvm/include/llvm/IR/ |
Module.h | 411 NamedMDNode *getNamedMetadata(const Twine &Name) const; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
CodeViewDebug.cpp | 515 SP->getFilename() + Twine(':') + Twine(SP->getLine())); 637 OS.AddComment("Symbol subsection for " + Twine(FuncName)); [all...] |
/external/llvm/lib/CodeGen/ |
StackMaps.cpp | 539 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_StackMaps")));
|
/external/llvm/lib/Linker/ |
LinkModules.cpp | 62 bool emitError(const Twine &Message) {
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 636 ArchFS = (Twine(ArchFS) + "," + FS).str(); [all...] |
/external/llvm/lib/Target/Hexagon/AsmParser/ |
HexagonAsmParser.cpp | 25 #include "llvm/ADT/Twine.h" 92 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); } 93 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); } 635 Twine R(RI->getName(Reg)); 660 Twine N(HexagonMCInstrInfo::isInnerLoop(MCB) ? '0' : '1'); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 238 OutContext.getOrCreateSymbol(Twine(MO.getSymbolName())))); 502 OutStreamer->AddComment(Twine("implicit-def: ") + 505 OutStreamer->AddComment(Twine("implicit-def: ") + [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcAsmPrinter.cpp | 177 OutContext.getOrCreateSymbol(Twine("_GLOBAL_OFFSET_TABLE_"));
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 12 #include "llvm/ADT/Twine.h" 425 Twine("Section too large, can't encode "
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 103 P.OutContext.getOrCreateSymbol(Twine("__imp_") + GVSym->getName());
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineInternal.h | 149 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
|
/external/llvm/lib/Transforms/Utils/ |
IntegerDivision.cpp | 219 SpecialCases->setName(Twine(SpecialCases->getName(), "_udiv-special-cases"));
|
/external/llvm/tools/lli/ |
lli.cpp | 263 sys::fs::create_directories(Twine(dir));
|
/external/llvm/tools/llvm-profdata/ |
llvm-profdata.cpp | 39 static void exitWithError(const Twine &Message, StringRef Whence = "",
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 257 static void ErrorAndExit(const Twine &Msg) {
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 18 #include "llvm/ADT/Twine.h" 616 " JIT\n" + Twine(ErrMsg));
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 18 #include "llvm/ADT/Twine.h" 477 return Error(IDLoc, Twine("can't open secure log file: ") +
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86AsmPrinter.cpp | 105 GVSym = OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
CloneFunction.cpp | 36 const Twine &NameSuffix, Function *F,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
Module.h | 435 NamedMDNode *getNamedMetadata(const Twine &Name) const; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 31 #include "llvm/ADT/Twine.h" 172 Op, Comment ? Twine(Comment) + " " + dwarf::OperationEncodingString(Op) 177 BS.EmitSLEB128(Value, Twine(Value)); 181 BS.EmitULEB128(Value, Twine(Value)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
GlobalMerge.cpp | 71 #include "llvm/ADT/Twine.h" 509 Twine MergedName =
|
StackMaps.cpp | 13 #include "llvm/ADT/Twine.h" 569 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_StackMaps")));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
LTOBackend.cpp | 49 LLVM_ATTRIBUTE_NORETURN static void reportOpenError(StringRef Path, Twine Msg) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
LinkModules.cpp | 60 bool emitError(const Twine &Message) {
|