/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 146 auto C = Contents.bytes_begin(); in loadObj() 158 uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset; in loadObj() 199 Entry.Address += C - Contents.bytes_begin() + Address; in loadObj() 200 Entry.Function += C - Contents.bytes_begin() + WordSize + Address; in loadObj()
|
H A D | FileHeaderReader.cpp | 64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 124 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes() 127 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordSerialization.cpp | 105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
|
H A D | Formatters.cpp | 23 : FormatAdapter(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
H A D | LazyRandomTypeCollection.cpp | 51 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 162 maybe_add_section(line.bytes_begin()); in CreateSections() 165 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | xxhash.h | 51 return xxh3_64bits(ArrayRef(data.bytes_begin(), data.size())); in xxh3_64bits()
|
H A D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 70 const uint8_t *StrContent = StringContent.bytes_begin(); in printAsStringList() 189 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
|
H A D | COFFDumper.cpp | 214 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset() 1354 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection() 2124 ArrayRef<uint8_t> AddrsigContentsArray(AddrsigContents.bytes_begin(), in printAddrsig() 2128 const uint8_t *Cur = AddrsigContents.bytes_begin(); in printAddrsig()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptLexer.cpp | 301 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 71 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
|
H A D | xxhash.cpp | 106 const unsigned char *P = Data.bytes_begin(); in xxHash64()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 115 const unsigned char *bytes_begin() const { in bytes_begin() function 122 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 69 Result = decodeULEB128(Data.bytes_begin(), &N); in readULEB128() 952 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat() 961 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat() 978 CoverageMappingSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 146 Binary.bytes_begin()); in createBinDesc() 148 Binary.bytes_begin() + Header->EntryOffset); in createBinDesc()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 75 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 749 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 105 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 348 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 617 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in traverseSymbolsSubsection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 749 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin() + Offset, in decodeInst()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 126 const unsigned char *Begin = SourceLine.bytes_begin() + *I; in printableTextForNextCharacter()
|