/external/llvm/lib/Support/ |
CMakeLists.txt | 62 Twine.cpp
|
Process.cpp | 90 if (fs::exists(Twine(FilePath))) {
|
SourceMgr.cpp | 18 #include "llvm/ADT/Twine.h" 143 const Twine &Msg, 224 const Twine &Msg, ArrayRef<SMRange> Ranges, 230 const Twine &Msg, ArrayRef<SMRange> Ranges,
|
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.h | 30 class Twine;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
MsgHandler.h | 13 #include <llvm/ADT/Twine.h>
|
/external/clang/lib/ASTMatchers/Dynamic/ |
VariantValue.cpp | 35 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">") 69 return (Twine("Matcher<") + Inner + ">").str();
|
/external/llvm/include/llvm/Support/ |
MemoryBuffer.h | 18 #include "llvm/ADT/Twine.h" 73 getFile(Twine Filename, int64_t FileSize = -1,
|
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 22 #include "llvm/ADT/Twine.h" 98 const Twine &NameSuffix = "", Function *F = nullptr,
|
/external/clang/lib/Driver/ |
ToolChains.h | 673 static bool addLibStdCXXIncludePaths(Twine Base, Twine Suffix, 674 Twine TargetArchDir, Twine IncludeSuffix, 677 static bool addLibStdCXXIncludePaths(Twine Base, Twine TargetArchDir,
|
ToolChain.cpp | 326 const Twine &Path) { 341 const Twine &Path) { 348 const Twine &Path) {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 451 OutContext.GetOrCreateSymbol(GVSym->getName() + Twine("$tlv$init")); 564 report_fatal_error("'" + Twine(CurrentFnSym->getName()) + 608 OutStreamer.AddComment(Twine("implicit-def: ") + [all...] |
WinCodeViewLineTables.cpp | 43 Filepath = (Dir + Twine("\\") + Filename).str(); 159 "Linetable subsection for " + Twine(Fn->getName())); 190 "Segment for file '" + Twine(CurFilename) + "' begins");
|
DwarfCFIException.cpp | 17 #include "llvm/ADT/Twine.h"
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 13 #include "llvm/ADT/Twine.h" 196 SMLoc(), Twine("symbol '") + RefB->getSymbol().getName() + 560 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) + 561 "' (at offset '" + Twine(FragmentOffset) + "')"); 661 Twine(DistanceToBoundary) + " bytes"); 666 Twine(BundlePadding) + " bytes"); 689 Twine(AF.getValueSize()) + 691 Twine(FragmentSize) + "'"); 700 Twine(Count) + " bytes"); [all...] |
MCStreamer.cpp | 12 #include "llvm/ADT/Twine.h" 86 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} 196 Context.GetOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID))); 588 void MCStreamer::EmitRawText(const Twine &T) {
|
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 281 ("{\"directory\":\"" + Directory + Twine(I) + "\"," + 282 "\"command\":\"" + Command + Twine(I) + "\"," 283 "\"file\":\"" + FileName + Twine(I) + "\"}").str();
|
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 24 #include "llvm/ADT/Twine.h" 206 Twine(LLVM_OBJ_ROOT) + "/" + build_mode)) { 223 Twine(LLVM_OBJ_ROOT) + "/bin")) {
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 110 Twine(i) + " has no name!"); 113 Twine(i) + " has the same name as a previous operand!"); 445 PrintFatalError(Loc, "result argument #" + Twine(AliasOpNo) + 517 PrintFatalError(Loc, "result argument #" + Twine(AliasOpNo) + 651 PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) + 658 PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) +
|
/external/llvm/lib/Option/ |
ArgList.cpp | 13 #include "llvm/ADT/Twine.h" 279 const char *ArgList::MakeArgString(const Twine &T) const {
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 44 class Twine; 138 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name, [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 103 void SetNamePrefix(const Twine &P) { Prefix = P.str(); } 106 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, 118 void SetNamePrefix(const Twine &P) {} [all...] |
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 22 #include "llvm/ADT/Twine.h" 115 *Disable = cxstring::createDup((Twine("-Wno-") + DiagOption).str()); 116 return cxstring::createDup((Twine("-W") + DiagOption).str()); 387 reportInvalidFile(Twine("Premature end of diagnostics file within ").str() +
|
/external/llvm/lib/IR/ |
IRBuilder.cpp | 26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) {
|
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 13 #include "llvm/ADT/Twine.h" 493 return TokError("expected string in '" + Twine(IDVal) + "' directive"); 506 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); 646 return Error(IDLoc, Twine("can't open secure log file: ") + [all...] |
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 101 STy->setName((Twine("struct.") + metaNames[prng.rand() %
|