Home
last modified time | relevance | path

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

12

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

12