Home
last modified time | relevance | path

Searched refs:bytes_begin (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp145 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 DFileHeaderReader.cpp64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp123 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 DRecordSerialization.cpp105 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 DFormatters.cpp23 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp161 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 DObjDumper.cpp68 const uint8_t *StrContent = StringContent.bytes_begin(); in printAsStringList()
176 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
H A DCOFFDumper.cpp214 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 DScriptLexer.cpp316 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 Dxxhash.cpp73 const unsigned char *P = Data.bytes_begin(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h82 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringRef.h132 const unsigned char *bytes_begin() const { in bytes_begin() function
139 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dllvm-conventions.cpp50 const unsigned char *bytes_begin() const;
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DDialectSymbolParser.cpp172 identifier.bytes_end() == p.getTokenSpelling().bytes_begin(); in parseExtendedSymbol()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryByteStream.h36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp69 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 DDumpDataExtractorTest.cpp101 TestDumpImpl(str.bytes_begin(), in TestDump()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp307 static_cast<const void *>((*BinaryOrErr)->getImage().bytes_begin())); in getExecutableImage()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp88 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h641 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp593 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp374 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()

12