| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| Formatters.cpp | 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {}
|
| RecordSerialization.cpp | 105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); 131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
|
| LazyRandomTypeCollection.cpp | 53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) {
|
| /src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| FileHeaderReader.cpp | 64 HeaderExtractor.getData().bytes_begin() + OffsetPtr, 16);
|
| InstrumentationMap.cpp | 147 auto C = Contents.bytes_begin(); 159 uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset; 200 Entry.Address += C - Contents.bytes_begin() + Address; 201 Entry.Function += C - Contents.bytes_begin() + WordSize + Address;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| NVPTXTargetStreamer.cpp | 123 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), 126 : std::next(Data.bytes_begin(), (I + 1) * MaxLen);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| xxhash.cpp | 74 const unsigned char *P = Data.bytes_begin();
|
| BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()),
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ObjDumper.cpp | 113 const uint8_t *SecContent = SectionContent.bytes_begin(); 146 const uint8_t *SecContent = SectionContent.bytes_begin();
|
| COFFDumper.cpp | 213 return Data.data() - SectionContents.bytes_begin(); 1205 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), 1963 ArrayRef<uint8_t> AddrsigContentsArray(AddrsigContents.bytes_begin(), 1967 const uint8_t *Cur = AddrsigContents.bytes_begin();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| TypeHashing.h | 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {}
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| StringRef.h | 131 const unsigned char *bytes_begin() const { function in class:llvm::StringRef 138 return make_range(bytes_begin(), bytes_end());
|
| StringExtras.h | 61 return {Input.bytes_begin(), Input.bytes_end()};
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| BinaryByteStream.h | 37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| CoverageMappingReader.cpp | 68 Result = decodeULEB128(Data.bytes_begin(), &N); 870 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); 877 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Module.h | 75 return create(Bytes.bytes_begin(), Bytes.bytes_end());
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFFormValue.cpp | 371 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin();
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| DebugObjectManagerPlugin.cpp | 83 const uint8_t *Start = Buffer.bytes_begin();
|
| /src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| FileCheck.cpp | 590 const unsigned char *InputFilePtr = InputFileText.bytes_begin(),
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Metadata.h | 640 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } function in class:llvm::MDString
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldChecker.cpp | 670 ArrayRef<uint8_t> SymbolBytes(SymbolMem.bytes_begin(), SymbolMem.size());
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELF.h | 181 const uint8_t *base() const { return Buf.bytes_begin(); }
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| InstrProf.cpp | 459 const uint8_t *P = NameStrings.bytes_begin();
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenFunction.cpp | 842 CurFn->getName().bytes_begin(), CurFn->getName().bytes_end());
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| WasmObjectFile.cpp | 271 Ctx.Start = getData().bytes_begin();
|