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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h109 std::string str(de.getBytes(cursor, 4));
149 return de.getBytes(cursor, len * 4).split('\0').first;
175 str = de.getBytes(cursor, len).drop_back();
177 str = de.getBytes(cursor, len * 4).split('\0').first;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h233 StringRef getBytes(uint64_t *OffsetPtr, uint64_t Length,
239 StringRef getBytes(Cursor &C, uint64_t Length) { function in class:llvm::DataExtractor
240 return getBytes(&C.Offset, Length, &C.Err);
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h114 ArrayRef<char> getBytes(const Entry &E) const { function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp2604 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2605 DebugLocs.getBytes(Entry).size()),
2765 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
2766 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
2767 Asm->emitInt16(DebugLocs.getBytes(Entry).size());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp484 return StringLit1->getBytes() == StringLit2->getBytes();
H A DExprInspectionChecker.cpp475 return std::string(SL->getBytes());
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java521 out.write(PROGRAM.getBytes(), 0, PROGRAM.length());
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp359 StringRef Expression = Data.getBytes(C, ExprLength);
376 StringRef Expression = Data.getBytes(C, BlockLength);
H A DDWARFFormValue.cpp348 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2151 ReservedBytes = DE.getBytes(Cursor, 4);
2168 ReservedBytes = DE.getBytes(Cursor, 20);
2247 ReservedBytes = DE.getBytes(Cursor, 4);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1487 FunctionName = DE.getBytes(Cur, FunctionNameLen);
1495 StringRef VectorExtRef = DE.getBytes(Cur, 6);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp311 return E1->getBytes() == E2->getBytes();
H A DStmtProfile.cpp1375 ID.AddString(S->getBytes());
H A DExprConstant.cpp16647 StringRef Str = S->getBytes();
H A DASTImporter.cpp7490 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(),
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp930 StringRef Bytes = StrLit->getString()->getBytes();
941 checkOneKey(StringKeys, Str->getBytes(), Loc);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp765 StringRef StrData = E->getBytes();
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1743 /// getBytes() and is NOT null-terminated. The length of the string data is
1846 StringRef getBytes() const {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4813 StringRef WideBytes = Str->getBytes();

Completed in 545 milliseconds