| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 113 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 D | ObjDumper.cpp | 79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString() 112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex()
|
| H A D | COFFDumper.cpp | 205 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 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 | FileHeaderReader.cpp | 61 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
|
| H A D | InstrumentationMap.cpp | 112 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 D | ObjectFileBreakpad.cpp | 308 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 D | xxhash.cpp | 74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
|
| H A D | BinaryStreamRef.cpp | 77 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
| /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 | 110 const unsigned char *bytes_begin() const { in bytes_begin() 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 | 633 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2258 FaultMapParser FMP(FaultMapContents.bytes_begin(), 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/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1385 Hasher.update(ArrayRef<uint8_t>(Bytes.bytes_begin(), Bytes.size())); in createSignature()
|
| /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()
|