Home
last modified time | relevance | path

Searched refs:arrayRefFromStringRef (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp186 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout()
270 arrayRefFromStringRef(IS.Content->getBuffer())));
305 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DYAML.h76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {} in BinaryRef()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp68 arrayRefFromStringRef(SectionData), in decompress()
H A DMinidump.cpp113 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create()
H A DELFObjectFile.cpp830 arrayRefFromStringRef(*PltContents), Triple)); in getPltEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp79 ConstantDataArray::get(M.getContext(), arrayRefFromStringRef(Data)); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp58 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString()
H A DSipHash.cpp173 getSipHash_2_4_64(arrayRefFromStringRef(Str), K, RawHashBytes); in getPointerAuthStableSipHash()
H A DDataExtractor.cpp199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h90 const auto Hash = MD5::hash(arrayRefFromStringRef(Options.ModelSelector));
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp105 ConstantDataArray::get(M.getContext(), arrayRefFromStringRef(Data)); in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h67 inline ArrayRef<CharT> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() function
202 return toHex(arrayRefFromStringRef(Input), LowerCase);
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h172 return arrayRefFromStringRef(Data.getBuffer()); in getData()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp214 File.allocateArray(arrayRefFromStringRef(cast<TextContentStream>(S).Text)); in layout()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp54 compression::zlib::compress(arrayRefFromStringRef(FilenamesStr), in write()
H A DCoverageMappingReader.cpp138 arrayRefFromStringRef(CompressedFilenames), StorageBuf, in read()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp50 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); in createGnuDebugLinkSectionContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h103 : BitcodeBytes(arrayRefFromStringRef(BitcodeBytes)) {} in SimpleBitstreamCursor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp123 return toHex(SHA256::hash(arrayRefFromStringRef(V.getName())), in getName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp303 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize));
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp314 return CRCHash == llvm::crc32(arrayRefFromStringRef(MB.get()->getBuffer())); in checkFileCRC()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp188 compression::zlib::compress(arrayRefFromStringRef(UncompressedStrings), in compressAndOutput()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp434 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*SectionContentsOrErr); in createInstructions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp733 arrayRefFromStringRef(StackMapContents); in printStackMap()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1130 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()

12