Searched refs:bytes_end (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 106 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 D | Formatters.cpp | 22 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
| H A D | LazyRandomTypeCollection.cpp | 54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptLexer.cpp | 288 return S.bytes_begin() <= T.bytes_begin() && T.bytes_end() <= S.bytes_end(); in encloses()
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 115 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 D | xxhash.cpp | 75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
| H A D | BinaryStreamRef.cpp | 77 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 115 ? Data.bytes_end() in emitRawBytes()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 81 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionAsString()
|
| H A D | COFFDumper.cpp | 1152 Subsection.bytes_end()); in printCodeViewSymbolsSubsection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 81 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 113 const unsigned char *bytes_end() const { in bytes_end() function 117 return make_range(bytes_begin(), bytes_end()); in bytes()
|
| H A D | StringExtras.h | 62 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 38 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2259 FaultMapContents.bytes_end()); in printFaultMaps()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1894 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 3135 std::copy(S.bytes_begin(), S.bytes_end(), V.begin()); in promoteToConstantPool()
|