Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp51 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp301 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp150 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj()
169 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp126 ? Data.bytes_end() in emitRawBytes()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp71 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
H A Dxxhash.cpp107 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp75 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
H A DCOFFDumper.cpp1355 Subsection.bytes_end()); in printCodeViewSymbolsSubsection()
2129 const uint8_t *End = AddrsigContents.bytes_end(); in printAddrsig()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp76 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h750 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp618 Subsection.bytes_end()); in traverseSymbolsSubsection()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp137 if (End <= SourceLine.bytes_end() && llvm::isLegalUTF8Sequence(Begin, End)) { in printableTextForNextCharacter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h870 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1115 const unsigned char *const End = Text.bytes_end(); in countLeadingWhitespace()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp527 const uint8_t *EndP = NameStrings.bytes_end(); in readAndDecodeStrings()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1781 Record.append(MDS->bytes_begin(), MDS->bytes_end()); in writeMetadataStrings()
1825 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeModuleMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp932 CurFn->getName().bytes_end()); in StartFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3154 FaultMapContents.bytes_end()); in printFaultMaps()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp550 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2303 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()

12