Home
last modified time | relevance | path

Searched refs:toStringRef (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Support/
DPath.cpp382 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
383 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
384 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
385 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
436 StringRef ext = extension.toStringRef(ext_storage); in replace_extension()
560 StringRef p = path.toStringRef(path_storage); in has_root_name()
567 StringRef p = path.toStringRef(path_storage); in has_root_directory()
574 StringRef p = path.toStringRef(path_storage); in has_root_path()
581 StringRef p = path.toStringRef(path_storage); in has_relative_path()
588 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
DTwine.cpp23 return toStringRef(Vec).str(); in str()
31 StringRef Twine::toStringRef(SmallVectorImpl<char> &Out) const { in toStringRef() function in Twine
/freebsd-9-stable/contrib/llvm/lib/Support/Windows/
DPath.inc88 StringRef m = model.toStringRef(result_path);
288 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
308 StringRef f = from.toStringRef(from_storage);
309 StringRef t = to.toStringRef(to_storage);
331 StringRef f = from.toStringRef(from_storage);
332 StringRef t = to.toStringRef(to_storage);
361 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
390 StringRef f = from.toStringRef(from_storage);
391 StringRef t = to.toStringRef(to_storage);
420 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/
DMangler.cpp33 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefix()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp102 array_lengthof(metaNames)]).toStringRef(NameStorage)); in runOnModule()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitHeaderSearch.cpp127 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath()
143 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DTwine.h440 StringRef toStringRef(SmallVectorImpl<char> &Out) const;
DStringRef.h558 inline StringRef toStringRef(bool B) {
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DFileRemapper.cpp277 err.toStringRef(buf)); in report()
/freebsd-9-stable/contrib/llvm/lib/Object/
DArchive.cpp179 .toStringRef(Path) in getMemoryBuffer()
/freebsd-9-stable/contrib/llvm/lib/IR/
DModule.cpp288 StringRef NameRef = Name.toStringRef(NameData); in getNamedMetadata()
DValue.cpp184 StringRef NameRef = NewName.toStringRef(NameData); in setName()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DEditedSource.cpp28 return copyString(twine.toStringRef(Data)); in copyString()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DCodeCompleteConsumer.cpp267 return CopyString(String.toStringRef(Data)); in CopyString()
DSemaExpr.cpp8785 StringRef Qual = (MD->getParent()->getName() + "::").toStringRef(Str); in CheckAddressOfOperand()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp1059 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in ConstructAttributeList()
1061 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
1063 llvm::toStringRef(CodeGenOpts.NoNaNsFPMath)); in ConstructAttributeList()
1065 llvm::toStringRef(CodeGenOpts.UnsafeFPMath)); in ConstructAttributeList()
1067 llvm::toStringRef(CodeGenOpts.SoftFloat)); in ConstructAttributeList()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DFileSystem.h854 path.toStringRef(path_storage)); in directory_iterator()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCStreamer.cpp584 EmitRawTextImpl(T.toStringRef(Str)); in EmitRawText()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTypePrinter.cpp1538 StringRef PH = PlaceHolder.toStringRef(PHBuf); in print()