Searched refs:getBytes (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h230 StringRef getBytes(uint64_t *OffsetPtr, uint64_t Length,
236 StringRef getBytes(Cursor &C, uint64_t Length) { function in class:llvm::DataExtractor
237 return getBytes(&C.Offset, Length, &C.Err);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h103 int64_t getBytes() const { return Bytes; } function in class:llvm::StackOffset
H A DAArch64FrameLowering.cpp1829 .getBytes();
1861 ? getFPOffset(MF, ObjectOffset).getBytes()
1862 : getStackOffset(MF, ObjectOffset).getBytes();
1885 int64_t FPOffset = getFPOffset(MF, ObjectOffset).getBytes();
1886 int64_t Offset = getStackOffset(MF, ObjectOffset).getBytes();
1969 (SPOffset.getBytes() ||
2894 int64_t BaseRegOffsetBytes = FrameRegOffset.getBytes();
2956 FrameRegUpdate ? (*FrameRegUpdate - FrameRegOffset.getBytes() - Size) : 0;
3060 canMergeRegUpdate(InsertI, FrameReg, FrameRegOffset.getBytes() + Size,
H A DAArch64RegisterInfo.cpp615 MI.getOperand(FIOperandNum + 1).ChangeToImmediate(Offset.getBytes());
H A DAArch64InstrInfo.cpp3701 int64_t Offset = IsMulVL ? SOffset.getScalableBytes() : SOffset.getBytes();
3744 StackOffset(SOffset.getBytes(), MVT::i8);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp177 StringRef Bytes(getBytes(OffsetPtr, Length));
181 StringRef DataExtractor::getBytes(uint64_t *OffsetPtr, uint64_t Length, function in class:DataExtractor
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h108 std::string str(de.getBytes(cursor, 4));
145 return de.getBytes(cursor, len * 4).split('\0').first;
170 Str = de.getBytes(cursor, len * 4).split('\0').first;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h116 ArrayRef<char> getBytes(const Entry &E) const { function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp2451 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2452 DebugLocs.getBytes(Entry).size()),
2557 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
2558 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
2559 Asm->emitInt16(DebugLocs.getBytes(Entry).size());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp484 return StringLit1->getBytes() == StringLit2->getBytes();
H A DExprInspectionChecker.cpp371 return std::string(SL->getBytes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp131 StringRef Expression = Data.getBytes(C, ExprLength);
148 StringRef Expression = Data.getBytes(C, BlockLength);
H A DDWARFFormValue.cpp356 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java521 out.write(PROGRAM.getBytes(), 0, PROGRAM.length());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1168 ID.AddString(S->getBytes());
H A DASTImporter.cpp6621 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(),
H A DExprConstant.cpp11356 StringRef Str = S->getBytes();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp929 StringRef Bytes = StrLit->getString()->getBytes();
940 checkOneKey(StringKeys, Str->getBytes(), Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp680 StringRef StrData = E->getBytes();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1717 /// getBytes() and is NOT null-terminated. The length of the string data is
1823 StringRef getBytes() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3363 StringRef WideBytes = Str->getBytes();

Completed in 561 milliseconds