Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp151 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 Dxxhash.cpp75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp125 ? Data.bytes_end() in emitRawBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp115 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionsAsString()
H A DCOFFDumper.cpp1206 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 DStringRef.h134 const unsigned char *bytes_end() const { in bytes_end() function
138 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h61 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryByteStream.h37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h75 return create(Bytes.bytes_begin(), Bytes.bytes_end()); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h641 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 DDebugObjectManagerPlugin.cpp84 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp591 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h740 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp460 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1042 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 DCodeGenFunction.cpp842 CurFn->getName().bytes_begin(), CurFn->getName().bytes_end()); in StartFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2088 FaultMapContents.bytes_end()); in printFaultMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp540 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2077 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3649 std::copy(S.bytes_begin(), S.bytes_end(), V.begin()); in promoteToConstantPool()