/freebsd/contrib/llvm-project/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 | 23 : FormatAdapter(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
H A D | LazyRandomTypeCollection.cpp | 51 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptLexer.cpp | 301 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 150 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 D | NVPTXTargetStreamer.cpp | 126 ? Data.bytes_end() in emitRawBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 71 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
|
H A D | xxhash.cpp | 107 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 118 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 D | ObjDumper.cpp | 75 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
|
H A D | COFFDumper.cpp | 1355 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 D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 76 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 750 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 D | LVCodeViewReader.cpp | 618 Subsection.bytes_end()); in traverseSymbolsSubsection()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 137 if (End <= SourceLine.bytes_end() && llvm::isLegalUTF8Sequence(Begin, End)) { in printableTextForNextCharacter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 870 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 1115 const unsigned char *const End = Text.bytes_end(); in countLeadingWhitespace()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 527 const uint8_t *EndP = NameStrings.bytes_end(); in readAndDecodeStrings()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1781 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 D | CodeGenFunction.cpp | 932 CurFn->getName().bytes_end()); in StartFunction()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3154 FaultMapContents.bytes_end()); in printFaultMaps()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 550 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2303 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
|