/openbsd/gnu/llvm/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 | 52 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | ScriptLexer.cpp | 316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
/openbsd/gnu/llvm/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 149 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 D | xxhash.cpp | 74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
H A D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 128 ? Data.bytes_end() in emitRawBytes()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/openbsd/gnu/llvm/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()
|
H A D | StringExtras.h | 64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
|
H A D | COFFDumper.cpp | 1264 Subsection.bytes_end()); in printCodeViewSymbolsSubsection() 2037 const uint8_t *End = AddrsigContents.bytes_end(); in printAddrsig()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 89 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Metadata.h | 641 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
/openbsd/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 594 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 495 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELF.h | 743 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 966 const unsigned char *const End = Text.bytes_end(); in countLeadingWhitespace()
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1782 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 D | ASTWriter.cpp | 1123 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 D | CodeGenFunction.cpp | 854 CurFn->getName().bytes_end()); in StartFunction()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2670 FaultMapContents.bytes_end()); in printFaultMaps()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 541 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr()
|