Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp182 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout()
265 arrayRefFromStringRef(IS.Content->getBuffer()))); in commitInjectedSources()
298 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DYAML.h76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {} in BinaryRef()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DDecompressor.cpp67 arrayRefFromStringRef(SectionData), in decompress()
H A DMinidump.cpp113 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create()
H A DELFObjectFile.cpp651 arrayRefFromStringRef(*PltContents), in getPltAddresses()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp28 return arrayRefFromStringRef(buffer.getBuffer()); in GetProcfsCpuInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp79 ConstantDataArray::get(M.getContext(), arrayRefFromStringRef(Data)); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp94 ConstantDataArray::get(M.getContext(), arrayRefFromStringRef(Data)); in computeShaderHash()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Doffload2yaml.cpp34 Member.Content = arrayRefFromStringRef(OB.getImage()); in populateYAML()
H A Darchive2yaml.cpp75 C.Content = arrayRefFromStringRef(Buffer.take_front(Size)); in dump()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamWriter.cpp57 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString()
H A DDataExtractor.cpp198 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h63 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() function
189 return toHex(arrayRefFromStringRef(Input), LowerCase);
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMinidump.h172 return arrayRefFromStringRef(Data.getBuffer()); in getData()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp53 compression::zlib::compress(arrayRefFromStringRef(FilenamesStr), in write()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp214 File.allocateArray(arrayRefFromStringRef(cast<TextContentStream>(S).Text)); in layout()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp49 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); in createGnuDebugLinkSectionContents()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h103 : BitcodeBytes(arrayRefFromStringRef(BitcodeBytes)) {} in SimpleBitstreamCursor()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp301 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize)); in readLinkData()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp471 ArrayRef<uint8_t> SectionBytes = arrayRefFromStringRef(*Contents); in parseCodeSections()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp265 return CRCHash == llvm::crc32(arrayRefFromStringRef(MB.get()->getBuffer())); in checkFileCRC()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp363 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*SectionContentsOrErr); in createInstructions()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp89 compression::zlib::compress(arrayRefFromStringRef(UncompressedStrings), in compressAndOutput()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp699 arrayRefFromStringRef(unwrapOrError(Section.getContents(), FileName)); in disassemble()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp731 arrayRefFromStringRef(StackMapContents); in printStackMap()

12