Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp126 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes()
129 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
/openbsd-src/gnu/llvm/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(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp52 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp162 maybe_add_section(line.bytes_begin()); in CreateSections()
165 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
/openbsd-src/gnu/llvm/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.cpp213 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
1263 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection()
2032 ArrayRef<uint8_t> AddrsigContentsArray(AddrsigContents.bytes_begin(), in printAddrsig()
2036 const uint8_t *Cur = AddrsigContents.bytes_begin(); in printAddrsig()
/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptLexer.cpp316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dxxhash.cpp73 const unsigned char *P = Data.bytes_begin(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h115 const unsigned char *bytes_begin() const { in bytes_begin() function
122 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryByteStream.h36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp88 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h640 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp593 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp373 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp692 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin() + Offset, in decodeInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h178 const uint8_t *base() const { return Buf.bytes_begin(); } in base()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp494 const uint8_t *P = NameStrings.bytes_begin(); in readPGOFuncNameStrings()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp965 const unsigned char *const Begin = Text.bytes_begin(); in countLeadingWhitespace()

12