Home
last modified time | relevance | path

Searched refs:bytes_begin (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp113 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes()
116 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.cpp79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString()
112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex()
H A DCOFFDumper.cpp205 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
1151 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp106 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
132 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
H A DFormatters.cpp22 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.cpp288 return S.bytes_begin() <= T.bytes_begin() && T.bytes_end() <= S.bytes_end(); in encloses()
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DFileHeaderReader.cpp61 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
H A DInstrumentationMap.cpp112 auto C = Contents.bytes_begin(); in loadObj()
123 uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset; in loadObj()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp308 maybe_add_section(line.bytes_begin()); in CreateSections()
311 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dxxhash.cpp74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
H A DBinaryStreamRef.cpp77 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h81 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringRef.h110 const unsigned char *bytes_begin() const { in bytes_begin() function
117 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h62 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryByteStream.h38 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMetadata.h633 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2258 FaultMapParser FMP(FaultMapContents.bytes_begin(), in printFaultMaps()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1894 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1385 Hasher.update(ArrayRef<uint8_t>(Bytes.bytes_begin(), Bytes.size())); in createSignature()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3135 std::copy(S.bytes_begin(), S.bytes_end(), V.begin()); in promoteToConstantPool()