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.cpp60 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h114 ArrayRef<char> getBytes(const Entry &E) const {
115 ArrayRef<char> getBytes(const Entry &E) const { getBytes() function
H A DDwarfDebug.cpp2605 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2606 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2766 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2767 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2768 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.cpp2199 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2215 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
2298 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1495 FunctionName = DE.getBytes(Cur, FunctionNameLen); in XCOFFTracebackTable()
1503 StringRef VectorExtRef = DE.getBytes(Cur, 6); in XCOFFTracebackTable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp312 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
H A DODRHash.cpp710 ID.AddString(DeletedMessage->getBytes()); in AddFunctionDecl()
H A DStmtProfile.cpp1386 ID.AddString(S->getBytes()); in VisitStringLiteral()
H A DASTImporter.cpp7592 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()
H A DExprConstant.cpp17067 StringRef Str = S->getBytes(); in EvaluateBuiltinStrLen()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp471 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp936 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys()
947 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1863 StringRef getBytes() const { in getBytes() function
4909 StringRef DataRef = EExpr->Data->BinaryData->getBytes();
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp763 StringRef StrData = E->getBytes(); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4998 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()