Home
last modified time | relevance | path

Searched refs:bytes_begin (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end()); in consume()
DStreamWriter.cpp46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp37 : ByteStream(ArrayRef<uint8_t>(Buffer->getBuffer().bytes_begin(), in InputByteStream()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp35 : ByteStream(ArrayRef<uint8_t>(Buffer->getBuffer().bytes_begin(), in InputByteStream()
/external/llvm/include/llvm/ADT/
DStringRef.h99 const unsigned char *bytes_begin() const { in bytes_begin() function
106 return make_range(bytes_begin(), bytes_end()); in bytes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h107 const unsigned char *bytes_begin() const { in bytes_begin() function
114 return make_range(bytes_begin(), bytes_end()); in bytes()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp280 switch (TII->lookupName((const char *)Name.bytes_begin(), Name.size())) { in isIntrinsicSourceOfDivergence()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCChannel.h171 return C.appendBytes((const char *)S.bytes_begin(), S.size()); in serialize()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp156 return Record.data() - SectionContents.bytes_begin(); in getRecordOffset()
950 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection()
1095 if (auto EC = CVTD.dump({Data.bytes_begin(), Data.bytes_end()})) { in printCodeViewTypeSection()
1542 if (auto EC = CVTD.dump({Buf.str().bytes_begin(), Buf.str().bytes_end()})) { in dumpCodeViewMergedTypes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h614 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/external/llvm/include/llvm/IR/
DMetadata.h596 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp462 Error E = CVTD.dump({Record.bytes_begin(), Record.bytes_end()}); in emitTypeInformation()
478 ByteStream<> Stream({Record.bytes_begin(), Record.bytes_end()}); in emitTypeInformation()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp381 for (const unsigned char* i = input.bytes_end() - 1; i >= input.bytes_begin(); in CamelCaseToUnderscoreCase()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1625 FaultMapParser FMP(FaultMapContents.bytes_begin(), in printFaultMaps()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1747 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()