Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A 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()
H A DFileHeaderReader.cpp64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString()
146 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dxxhash.cpp74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h131 const unsigned char *bytes_begin() const { in bytes_begin() function
138 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h61 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryByteStream.h37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h75 return create(Bytes.bytes_begin(), Bytes.bytes_end()); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h640 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp83 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp590 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp371 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp670 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin(), SymbolMem.size()); in decodeInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h181 const uint8_t *base() const { return Buf.bytes_begin(); } in base()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp459 const uint8_t *P = NameStrings.bytes_begin(); in readPGOFuncNameStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp271 Ctx.Start = getData().bytes_begin(); in WasmObjectFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp842 CurFn->getName().bytes_begin(), CurFn->getName().bytes_end()); in StartFunction()

12