Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp147 auto C = Contents.bytes_begin(); in loadObj()
159 uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset; in loadObj()
200 Entry.Address += C - Contents.bytes_begin() + Address; in loadObj()
201 Entry.Function += C - Contents.bytes_begin() + WordSize + Address; in loadObj()
DFileHeaderReader.cpp64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
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()
DFormatters.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
DLazyRandomTypeCollection.cpp53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp165 maybe_add_section(line.bytes_begin()); in CreateSections()
168 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp56 const uint8_t *StrContent = StringContent.bytes_begin(); in printAsStringList()
149 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
DCOFFDumper.cpp213 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
1205 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection()
1963 ArrayRef<uint8_t> AddrsigContentsArray(AddrsigContents.bytes_begin(), in printAddrsig()
1967 const uint8_t *Cur = AddrsigContents.bytes_begin(); in printAddrsig()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DScriptLexer.cpp310 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dxxhash.cpp74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DStringRef.h132 const unsigned char *bytes_begin() const { in bytes_begin() function
139 return make_range(bytes_begin(), bytes_end()); in bytes()
DStringExtras.h62 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DBinaryByteStream.h37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp68 Result = decodeULEB128(Data.bytes_begin(), &N); in readULEB128()
870 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
877 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DModule.h75 return create(Bytes.bytes_begin(), Bytes.bytes_end()); in create()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DMetadata.h640 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp83 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp371 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp670 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin(), SymbolMem.size()); in decodeInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELF.h181 const uint8_t *base() const { return Buf.bytes_begin(); } in base()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp460 const uint8_t *P = NameStrings.bytes_begin(); in readPGOFuncNameStrings()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp271 Ctx.Start = getData().bytes_begin(); in WasmObjectFile()

12