| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 145 auto C = Contents.bytes_begin(); in loadObj() 157 uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset; in loadObj() 198 Entry.Address += C - Contents.bytes_begin() + Address; in loadObj() 199 Entry.Function += C - Contents.bytes_begin() + WordSize + Address; in loadObj()
|
| H A D | FileHeaderReader.cpp | 64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 123 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes() 126 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
|
| /llvm-project-15.0.7/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(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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 161 maybe_add_section(line.bytes_begin()); in CreateSections() 164 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 68 const uint8_t *StrContent = StringContent.bytes_begin(); in printAsStringList() 176 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
|
| H A D | COFFDumper.cpp | 214 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset() 1209 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection() 1967 ArrayRef<uint8_t> AddrsigContentsArray(AddrsigContents.bytes_begin(), in printAddrsig() 1971 const uint8_t *Cur = AddrsigContents.bytes_begin(); in printAddrsig()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ScriptLexer.cpp | 316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | xxhash.cpp | 73 const unsigned char *P = Data.bytes_begin(); in xxHash64()
|
| H A D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 82 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 132 const unsigned char *bytes_begin() const { in bytes_begin() function 139 return make_range(bytes_begin(), bytes_end()); in bytes()
|
| H A D | StringExtras.h | 64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | llvm-conventions.cpp | 50 const unsigned char *bytes_begin() const;
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | DialectSymbolParser.cpp | 172 identifier.bytes_end() == p.getTokenSpelling().bytes_begin(); in parseExtendedSymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 69 Result = decodeULEB128(Data.bytes_begin(), &N); in readULEB128() 872 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat() 879 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 101 TestDumpImpl(str.bytes_begin(), in TestDump()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | rtl.cpp | 307 static_cast<const void *>((*BinaryOrErr)->getImage().bytes_begin())); in getExecutableImage()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 88 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 641 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
| /llvm-project-15.0.7/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 593 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 374 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|