| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.cpp | 44 M->Data = toStringRef(Sec->data()); in LLDDwarfObj() 50 AbbrevSection = toStringRef(Sec->data()); in LLDDwarfObj() 52 StrSection = toStringRef(Sec->data()); in LLDDwarfObj() 54 LineStringSection = toStringRef(Sec->data()); in LLDDwarfObj()
|
| H A D | EhFrame.cpp | 103 StringRef S = toStringRef(D.slice(0, End - D.begin())); in readString()
|
| H A D | InputSection.cpp | 151 zlib::uncompress(toStringRef(RawData), UncompressedBuf.get(), Size)) in uncompress() 214 if (!toStringRef(RawData).startswith("ZLIB")) { in parseCompressedHeader() 1068 if (Error E = zlib::uncompress(toStringRef(RawData), in writeTo() 1163 StringRef S = toStringRef(Data); in splitStrings()
|
| H A D | InputSection.h | 264 return {toStringRef(data().slice(Begin, End - Begin)), Pieces[I].Hash}; in getData()
|
| H A D | OutputSections.cpp | 201 if (Error E = zlib::compress(toStringRef(Buf), CompressedData)) in maybeCompress()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 509 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 634 StringRef p = path.toStringRef(path_storage); in has_root_name() 641 StringRef p = path.toStringRef(path_storage); in has_root_directory() 648 StringRef p = path.toStringRef(path_storage); in has_root_path() 655 StringRef p = path.toStringRef(path_storage); in has_relative_path() 662 StringRef p = path.toStringRef(path_storage); in has_filename() 669 StringRef p = path.toStringRef(path_storage); in has_parent_path() 676 StringRef p = path.toStringRef(path_storage); in has_stem() 683 StringRef p = path.toStringRef(path_storage); in has_extension() 690 StringRef p = path.toStringRef(path_storage); in is_absolute() [all …]
|
| H A D | MemoryBuffer.cpp | 75 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 147 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() 281 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer()
|
| H A D | Twine.cpp | 30 return toStringRef(Vec).str(); in str()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 211 auto text = toStringRef(data_sp->GetData()); in CreateInstance() 238 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications() 279 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 53 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } in toStringRef() function 56 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() function 158 return toHex(toStringRef(Input), LowerCase);
|
| H A D | Twine.h | 453 StringRef toStringRef(SmallVectorImpl<char> &Out) const { in toStringRef() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | MetaRenamer.cpp | 121 renamer.newName()).toStringRef(NameStorage)); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Mangler.cpp | 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
| H A D | Module.cpp | 254 StringRef NameRef = Name.toStringRef(NameData); in getNamedMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCContext.cpp | 125 StringRef NameRef = Name.toStringRef(NameSV); in getOrCreateSymbol() 258 StringRef NameRef = Name.toStringRef(NameSV); in lookupSymbol()
|
| H A D | MCCodeView.cpp | 235 OS.EmitBytes(toStringRef(File.Checksum)); in emitFileChecksums()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 124 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() 139 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1743 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in ConstructDefaultFnAttrList() 1751 llvm::toStringRef(CodeGenOpts.NoTrappingMath)); in ConstructDefaultFnAttrList() 1761 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructDefaultFnAttrList() 1763 llvm::toStringRef(CodeGenOpts.NoNaNsFPMath)); in ConstructDefaultFnAttrList() 1765 llvm::toStringRef(CodeGenOpts.UnsafeFPMath)); in ConstructDefaultFnAttrList() 1767 llvm::toStringRef(CodeGenOpts.SoftFloat)); in ConstructDefaultFnAttrList() 1771 llvm::toStringRef(CodeGenOpts.NoSignedZeros)); in ConstructDefaultFnAttrList() 1774 llvm::toStringRef(CodeGenOpts.CorrectlyRoundedDivSqrt)); in ConstructDefaultFnAttrList() 1778 llvm::toStringRef(CodeGenOpts.FlushDenorm)); in ConstructDefaultFnAttrList() 1938 llvm::toStringRef(CodeGenOpts.UniformWGSize)); in ConstructAttributeList() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Chunks.cpp | 844 Builder.add(toStringRef(C->getContents())); in finalizeContents() 852 size_t Off = Builder.getOffset(toStringRef(C->getContents())); in finalizeContents()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 336 StringRef StringData = toStringRef(Sym.content()).drop_front(Offset); in getSymbolName()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 353 return MakeArgStringRef(Str.toStringRef(Buf)); in MakeArgString()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 72 return copyString(twine.toStringRef(Data)); in copyString()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 511 VerifyLocationExpr(llvm::toStringRef(*Expr)); in verifyDebugInfoAttribute() 1319 if (ContainsInterestingOperators(toStringRef(*Expr))) in isVariableIndexable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 348 StringRef Ref = String.toStringRef(Data); in CopyString()
|