/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 147 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 D | FileHeaderReader.cpp | 64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 123 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 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 | 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
H A D | LazyRandomTypeCollection.cpp | 53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString() 146 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
|
H A D | COFFDumper.cpp | 213 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 D | xxhash.cpp | 74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
|
H A D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 131 const unsigned char *bytes_begin() const { in bytes_begin() function 138 return make_range(bytes_begin(), bytes_end()); in bytes()
|
H A D | StringExtras.h | 61 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 68 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 D | Module.h | 75 return create(Bytes.bytes_begin(), Bytes.bytes_end()); in create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Metadata.h | 640 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 D | DebugObjectManagerPlugin.cpp | 83 const uint8_t *Start = Buffer.bytes_begin(); in validateInBounds()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 590 const unsigned char *InputFilePtr = InputFileText.bytes_begin(), in DumpAnnotatedInput()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 371 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 670 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin(), SymbolMem.size()); in decodeInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 181 const uint8_t *base() const { return Buf.bytes_begin(); } in base()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 459 const uint8_t *P = NameStrings.bytes_begin(); in readPGOFuncNameStrings()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 271 Ctx.Start = getData().bytes_begin(); in WasmObjectFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 842 CurFn->getName().bytes_begin(), CurFn->getName().bytes_end()); in StartFunction()
|