Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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.cpp23 : FormatAdapter(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp52 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
/openbsd/gnu/llvm/lld/ELF/
H A DScriptLexer.cpp316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp149 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj()
168 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dxxhash.cpp74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp128 ? Data.bytes_end() in emitRawBytes()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
122 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
H A DCOFFDumper.cpp1264 Subsection.bytes_end()); in printCodeViewSymbolsSubsection()
2037 const uint8_t *End = AddrsigContents.bytes_end(); in printAddrsig()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryByteStream.h36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp89 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h641 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/openbsd/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp594 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp495 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h743 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp966 const unsigned char *const End = Text.bytes_end(); in countLeadingWhitespace()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1782 Record.append(MDS->bytes_begin(), MDS->bytes_end()); in writeMetadataStrings()
1827 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeModuleMetadata()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1123 AllBytes.take_front(ASTBlockBytes.bytes_end() - AllBytes.bytes_begin())); in createSignature()
1125 AllBytes.take_back(AllBytes.bytes_end() - ASTBlockBytes.bytes_end())); in createSignature()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp854 CurFn->getName().bytes_end()); in StartFunction()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2670 FaultMapContents.bytes_end()); in printFaultMaps()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp541 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()

12