/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/lib/XRay/ |
H A D | InstrumentationMap.cpp | 151 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj() 170 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | xxhash.cpp | 75 const unsigned char *const BEnd = Data.bytes_end(); 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/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 125 ? Data.bytes_end() in emitRawBytes()
|
/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/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 115 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionsAsString()
|
H A D | COFFDumper.cpp | 1206 Subsection.bytes_end()); in printCodeViewSymbolsSubsection() 1968 const uint8_t *End = AddrsigContents.bytes_end(); in printAddrsig()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 134 const unsigned char *bytes_end() const { in bytes_end() 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/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 | 641 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 84 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 591 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 740 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 460 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1042 AllBytes.take_front(ASTBlockBytes.bytes_end() - AllBytes.bytes_begin())); in createSignature() 1044 AllBytes.take_back(AllBytes.bytes_end() - ASTBlockBytes.bytes_end())); in createSignature()
|
/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2088 FaultMapContents.bytes_end()); in printFaultMaps()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 540 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2077 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3649 std::copy(S.bytes_begin(), S.bytes_end(), V.begin()); in promoteToConstantPool()
|