Home
last modified time | relevance | path

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

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