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

<<21222324252627282930>>

  /external/llvm/lib/TableGen/
TGParser.cpp 120 return Error(Loc, "Cannot set bit #" + Twine(Bit) + " of value '" +
135 InitType = (Twine("' of type bit initializer with length ") +
136 Twine(BI->getNumBits())).str();
179 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
270 Twine(i) + " (" + SMCTArgs[i]->getAsUnquotedString() +
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 217 Sym = AP.OutContext.getOrCreateSymbol(Twine(symbolName));
245 Sym = AP.OutContext.getOrCreateSymbol(Twine(LitaName));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 41 const Twine &NameSuffix, Function *F,
657 const Twine &NameSuffix, LoopInfo *LI,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 425 return Ctx.GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix())+
426 Twine(getFunctionNumber())+"$pb");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 583 Clone1->setName(Twine("lpad") + Suffix1);
588 Clone2->setName(Twine("lpad") + Suffix2);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 275 std::string NewCtorName = ("$static_ctor." + Twine(CtorId++)).str();
282 std::string NewDtorName = ("$static_dtor." + Twine(DtorId++)).str();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 13 #include "llvm/ADT/Twine.h"
588 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
610 return Error(Loc, Twine("section '") + Current->getSectionName() +
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFImportFile.cpp 123 StringRef(Twine(S + ": replacing '" + From +
127 return (Twine(S.substr(0, Pos)) + To + S.substr(Pos + From.size())).str();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
llvm-readobj.cpp 317 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) {
346 reportError(Twine(Input) + ": " + EC.message());
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 20 #include "llvm/ADT/Twine.h"
560 void logAllUnhandledErrors(Error E, raw_ostream &OS, Twine ErrorBanner);
924 StringError(const Twine &S, std::error_code EC);
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 253 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) {
  /external/clang/unittests/AST/
MatchVerifier.h 73 void setFailure(const Twine &Result) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 70 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
  /external/llvm/include/llvm/Option/
ArgList.h 16 #include "llvm/ADT/Twine.h"
299 const char *MakeArgString(const Twine &Str) const {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 56 CachedMCSymbol = Ctx.getOrCreateSymbol(Twine(Prefix) + "BB" +
57 Twine(MF->getFunctionNumber()) +
58 "_" + Twine(getNumber()));
229 Name += ("BB" + Twine(getNumber())).str();
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 86 Twine(RelType) +
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 165 ArchFS = (Twine(ArchFS) + "," + FS).str();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 12 #include "llvm/ADT/Twine.h"
245 Twine("Section too large, can't encode "
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 607 MCSymbol *FnSym = Ctx.getOrCreateSymbol(llvm::Twine("__asan_report_") +
609 llvm::Twine(AccessSize));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 99 Twine(Sym->getName() + StringRef(".globound")));
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 219 Twine(Loads[0].Load->getName()) + ".combined", false,
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 364 NamedMDNode *getNamedMetadata(const Twine &Name) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 22 #include "llvm/ADT/Twine.h"
432 MCSymbol *createTempSymbol(const Twine &Name) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 19 #include "llvm/ADT/Twine.h"
321 GlobalVariable *createImplPointer(PointerType &PT, Module &M, const Twine &Name,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalValue.h 22 #include "llvm/ADT/Twine.h"
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)

Completed in 1333 milliseconds

<<21222324252627282930>>