| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 126 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 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(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
| H A D | LazyRandomTypeCollection.cpp | 52 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 162 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 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 | 213 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 D | ScriptLexer.cpp | 316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
| /openbsd-src/gnu/llvm/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(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 115 const unsigned char *bytes_begin() const { in bytes_begin() function 122 return make_range(bytes_begin(), bytes_end()); in bytes()
|
| H A D | StringExtras.h | 64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 88 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 640 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
| /openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 593 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 373 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 692 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin() + Offset, in decodeInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELF.h | 178 const uint8_t *base() const { return Buf.bytes_begin(); } in base()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 494 const uint8_t *P = NameStrings.bytes_begin(); in readPGOFuncNameStrings()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 965 const unsigned char *const Begin = Text.bytes_begin(); in countLeadingWhitespace()
|