Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDataExtractor.h230 StringRef getBytes(uint64_t *OffsetPtr, uint64_t Length,
236 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes() function
237 return getBytes(&C.Offset, Length, &C.Err); in getBytes()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmurmurhash.d96 auto hashed = hasher.getBytes();
598 return getBytes(); in finish()
697 return hasher.getBytes(); in version()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h112 std::string str(de.getBytes(cursor, 4)); in readGCOVVersion()
149 return de.getBytes(cursor, len * 4).split('\0').first; in getString()
174 Str = de.getBytes(cursor, len * 4).split('\0').first; in readString()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmurmurhash.d96 auto hashed = hasher.getBytes();
598 return getBytes(); in finish()
697 return hasher.getBytes(); in version()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp177 StringRef Bytes(getBytes(OffsetPtr, Length)); in getFixedLengthString()
181 StringRef DataExtractor::getBytes(uint64_t *OffsetPtr, uint64_t Length, in getBytes() function in DataExtractor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize)); in getUUID()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp484 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()
H A DExprInspectionChecker.cpp435 return std::string(SL->getBytes()); in lookup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h116 ArrayRef<char> getBytes(const Entry &E) const { in getBytes() function
H A DDwarfDebug.cpp2451 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2452 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2615 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2616 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2617 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1018 FunctionName = DE.getBytes(Cur, FunctionNameLen); in XCOFFTracebackTable()
1025 StringRef VectorExtRef = DE.getBytes(Cur, 6); in XCOFFTracebackTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1666 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
1683 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
1757 ReservedBytes = DE.getBytes(Cursor, 6); in decodeKernelDescriptorDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp343 StringRef Expression = Data.getBytes(C, ExprLength); in parse()
360 StringRef Expression = Data.getBytes(C, BlockLength); in parse()
H A DDWARFFormValue.cpp371 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp286 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
H A DStmtProfile.cpp1229 ID.AddString(S->getBytes()); in VisitStringLiteral()
H A DASTImporter.cpp6810 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()
H A DExprConstant.cpp11827 StringRef Str = S->getBytes(); in VisitBuiltinCallExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp195 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp929 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys()
940 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt355 311492 1 sun/misc/Resource.getBytes
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt355 311492 1 sun/misc/Resource.getBytes
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp685 StringRef StrData = E->getBytes(); in VisitStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1848 StringRef getBytes() const { in getBytes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp4055 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()