| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 49 m->Data = toStringRef(sec->data()); in LLDDwarfObj() 55 abbrevSection = toStringRef(sec->data()); in LLDDwarfObj() 57 strSection = toStringRef(sec->data()); in LLDDwarfObj() 59 lineStrSection = toStringRef(sec->data()); in LLDDwarfObj() 71 infoSection.Data = toStringRef(sec->data()); in LLDDwarfObj()
|
| H A D | SymbolTable.cpp | 272 found |= assignExactVersion({(pat.name + "@" + v.name).toStringRef(buf), in scanVersionScript() 293 assignWildcardVersion({(pat.name + "@" + ver).toStringRef(buf), in scanVersionScript()
|
| H A D | EhFrame.cpp | 103 StringRef s = toStringRef(d.slice(0, end - d.begin())); in readString()
|
| H A D | InputSection.cpp | 170 if (Error e = zlib::uncompress(toStringRef(rawData), uncompressedBuf, size)) in uncompress() 231 if (!toStringRef(rawData).startswith("ZLIB")) { in parseCompressedHeader() 1266 if (Error e = zlib::uncompress(toStringRef(rawData), in writeTo() 1377 StringRef s = toStringRef(data); in splitStrings()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 615 StringRef p = path.toStringRef(path_storage); in has_root_name() 622 StringRef p = path.toStringRef(path_storage); in has_root_directory() 629 StringRef p = path.toStringRef(path_storage); in has_root_path() 636 StringRef p = path.toStringRef(path_storage); in has_relative_path() 643 StringRef p = path.toStringRef(path_storage); in has_filename() 650 StringRef p = path.toStringRef(path_storage); in has_parent_path() 657 StringRef p = path.toStringRef(path_storage); in has_stem() 664 StringRef p = path.toStringRef(path_storage); in has_extension() 671 StringRef p = path.toStringRef(path_storage); in is_absolute() 682 StringRef p = path.toStringRef(path_storage); in is_absolute_gnu() [all …]
|
| H A D | MemoryBuffer.cpp | 75 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 147 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() 296 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer()
|
| H A D | Twine.cpp | 29 return toStringRef(Vec).str(); in str()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 58 s << "check inlines = " << llvm::toStringRef(m_check_inlines); in Dump() 59 s << ", exact match = " << llvm::toStringRef(m_exact_match); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 73 auto text = toStringRef(data_sp->GetData()); in CreateInstance() 100 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications() 136 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Dwarf.cpp | 35 *s = toStringRef(isec->data); in create()
|
| H A D | InputSection.cpp | 149 StringRef s = toStringRef(data); in splitIntoPieces()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSourceFile.cpp | 37 return toStringRef(Checksum.Checksum).str(); in getChecksum()
|
| H A D | NativeEnumInjectedSources.cpp | 30 Result += toStringRef(Data); in readStreamData()
|
| /freebsd-13.1/contrib/llvm-project/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 178 return toHex(toStringRef(Input), LowerCase);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 215 StringRef Filename = Path.toStringRef(OwnedFilename); in status() 277 StringRef Filename = Path.toStringRef(OwnedFilename); in openFileForRead()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MetaRenamer.cpp | 121 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 136 name, llvm::MemoryBuffer::getMemBuffer(toStringRef(data.GetData()), in GetAsLLVM()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 35 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str(); in getSysRoot()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 41 if (llvm::identify_magic(toStringRef(data_sp->GetData())) != in ValidateModuleHeader() 73 llvm::StringRef str = toStringRef(makeArrayRef(str_storage)); in GetWasmString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 127 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() 142 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 177 inline StringRef toStringRef(const Optional<DWARFFormValue> &V,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 30 llvm::MemoryBufferRef(toStringRef(data_sp->GetData()), "minidump")); in Create() 269 llvm::toStringRef(data), in CreateRegionsCacheFromLinuxMaps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 43 Data.size(), [Data](raw_ostream &OS) { OS << toStringRef(Data); }); in allocateBytes()
|