Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp185 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout()
269 arrayRefFromStringRef(IS.Content->getBuffer()))); in commitInjectedSources()
304 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp44 getSipHash_2_4_64(arrayRefFromStringRef(Str), K, RawHashBytes); in getPointerAuthStableSipHash()
H A DBinaryStreamWriter.cpp58 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString()
H A DDataExtractor.cpp199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DYAML.h77 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.cpp92 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create()
H A DOffloadBundle.cpp323 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()
H A DELFObjectFile.cpp875 arrayRefFromStringRef(*PltContents), STI)); 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/include/llvm/ADT/
H A DStringExtras.h68 inline ArrayRef<CharT> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() function
/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/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp53 compression::zlib::compress(arrayRefFromStringRef(FilenamesStr), in write()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp241 File.allocateArray(arrayRefFromStringRef(cast<TextContentStream>(S).Text)); in layout()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h319 return arrayRefFromStringRef(Data.getBuffer()); in getData()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp43 llvm::arrayRefFromStringRef(Name)); in PGOCtxProfileWriter()
H A DSampleProfWriter.cpp186 compression::zlib::compress(arrayRefFromStringRef(UncompressedStrings), in compressAndOutput()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp115 ConstantDataArray::get(M.getContext(), arrayRefFromStringRef(Data)); in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h104 : BitcodeBytes(arrayRefFromStringRef(BitcodeBytes)) {} in SimpleBitstreamCursor()
/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/lib/Frontend/Offloading/
H A DUtility.cpp449 llvm::yaml::BinaryRef(arrayRefFromStringRef(Img->getBuffer())); in containerizeOpenMPSPIRVImage()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp302 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize)); in readLinkData()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp319 return CRCHash == llvm::crc32(arrayRefFromStringRef(MB.get()->getBuffer())); in checkFileCRC()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp410 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*SectionContentsOrErr); in createInstructions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp733 arrayRefFromStringRef(StackMapContents); in printStackMap()

12