Home
last modified time | relevance | path

Searched refs:bytes_end (Results 1 – 18 of 18) sorted by relevance

/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 DInstrumentationMap.cpp115 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0) in loadObj()
133 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) { in loadObj()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dxxhash.cpp75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
H A DBinaryStreamRef.cpp77 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp115 ? Data.bytes_end() in emitRawBytes()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.cpp81 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionAsString()
H A DCOFFDumper.cpp1152 Subsection.bytes_end()); in printCodeViewSymbolsSubsection()
/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.h113 const unsigned char *bytes_end() const { in bytes_end() 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.h634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2259 FaultMapContents.bytes_end()); 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/lib/Target/ARM/
H A DARMISelLowering.cpp3135 std::copy(S.bytes_begin(), S.bytes_end(), V.begin()); in promoteToConstantPool()