| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DWARF.cpp | 47 m->Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj() 53 abbrevSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj() 55 strSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj() 57 lineStrSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj() 69 infoSection.Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
|
| H A D | SymbolTable.cpp | 277 found |= assignExactVersion({(pat.name + "@" + v.name).toStringRef(buf), in scanVersionScript() 298 assignWildcardVersion({(pat.name + "@" + ver).toStringRef(buf), in scanVersionScript()
|
| H A D | EhFrame.cpp | 80 StringRef s = toStringRef(d.slice(0, end - d.begin())); in readString()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Path.cpp | 426 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 427 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 428 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 429 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 484 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 617 StringRef p = path.toStringRef(path_storage); in has_root_name() 624 StringRef p = path.toStringRef(path_storage); in has_root_directory() 631 StringRef p = path.toStringRef(path_storage); in has_root_path() 638 StringRef p = path.toStringRef(path_storage); in has_relative_path() 645 StringRef p = path.toStringRef(path_storage); in has_filename() [all …]
|
| H A D | MemoryBuffer.cpp | 78 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 155 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() 307 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer()
|
| H A D | Twine.cpp | 29 return toStringRef(Vec).str(); in str()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 59 s << "check inlines = " << llvm::toStringRef(m_check_inlines); in Dump() 60 s << ", exact match = " << llvm::toStringRef(m_exact_match); in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 69 auto text = toStringRef(data_sp->GetData()); in CreateInstance() 96 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications() 133 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 314 CompileUnit->setCompilationDirectory(dwarf::toStringRef(FormValue)); in processOneAttribute() 321 llvm::toHex(llvm::toStringRef(Expr), /*LowerCase=*/true)); in processOneAttribute() 338 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute() 369 CurrentElement->setName(dwarf::toStringRef(FormValue)); in processOneAttribute() 373 CurrentElement->setLinkageName(dwarf::toStringRef(FormValue)); in processOneAttribute() 377 CurrentElement->setProducer(dwarf::toStringRef(FormValue)); in processOneAttribute() 634 StringRef Name(dwarf::toStringRef(LinkageDIE)); in processOneDie() 720 std::string File = transformPath(dwarf::toStringRef(Entry.Name)); in createLineAndFileRecords()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Dwarf.cpp | 37 *s = toStringRef(isec->data); in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 43 ("^" + Pattern.ltrim('^').rtrim('$') + "$").toStringRef(Data))); in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSourceFile.cpp | 39 return toStringRef(Checksum.Checksum).str(); in getChecksum()
|
| H A D | NativeEnumInjectedSources.cpp | 32 Result += toStringRef(Data); in readStreamData()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 259 StringRef Filename = Path.toStringRef(OwnedFilename); in status() 316 StringRef Filename = Path.toStringRef(OwnedFilename); in openFileForRead()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 137 name, llvm::MemoryBuffer::getMemBuffer(toStringRef(data.GetData()), in GetAsLLVM()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 43 if (llvm::identify_magic(toStringRef(data_sp->GetData())) != in ValidateModuleHeader() 75 llvm::StringRef str = toStringRef(llvm::ArrayRef(str_storage)); in GetWasmString()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | MetaRenamer.cpp | 179 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 54 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str(); in getSysRoot()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 55 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } in toStringRef() function 58 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 130 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() 147 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Mangler.cpp | 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 64 OS << (doCompression ? toStringRef(CompressedStr) : StringRef(FilenamesStr)); in write()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 32 llvm::MemoryBufferRef(toStringRef(data_sp->GetData()), "minidump")); in Create() 266 llvm::toStringRef(data), in CreateRegionsCacheFromLinuxMaps()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 192 inline StringRef toStringRef(const std::optional<DWARFFormValue> &V,
|