Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp67 llvm::StringRef type_name = record.getBytes(cursor, type_size); in ForEachFormatterInModule()
105 extractor.getBytes(cursor, summary_size); in LoadTypeSummariesForModule()
146 llvm::StringRef bytecode = extractor.getBytes(cursor, size); in LoadFormattersForModule()
H A DFormatterBytecode.cpp284 llvm::StringRef block = cur_block.getBytes(pc, length); in Interpret()
324 llvm::StringRef bytes = cur_block.getBytes(pc, length); in Interpret()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h110 std::string str(de.getBytes(cursor, 4)); in readGCOVVersion()
150 return de.getBytes(cursor, len * 4).split('\0').first; in getString()
176 str = de.getBytes(cursor, len).drop_back(); in readString()
178 str = de.getBytes(cursor, len * 4).split('\0').first; in readString()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h236 LLVM_ABI StringRef getBytes(uint64_t *OffsetPtr, uint64_t Length,
242 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes() function
243 return getBytes(&C.Offset, Length, &C.Err); in getBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h192 StringRef Expression = Data.getBytes(C, ExprLength); in parse()
209 StringRef Expression = Data.getBytes(C, BlockLength); in parse()
/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.cpp58 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize)); in getUUID()
/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.cpp3043 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
3044 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
3204 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
3205 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
3206 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
/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/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp475 return std::string(SL->getBytes()); in lookup()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1502 FunctionName = DE.getBytes(Cur, FunctionNameLen); in XCOFFTracebackTable()
1510 StringRef VectorExtRef = DE.getBytes(Cur, 6); in XCOFFTracebackTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp348 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2459 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
2475 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective()
2558 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp468 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp314 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
H A DODRHash.cpp730 ID.AddString(DeletedMessage->getBytes()); in AddFunctionDecl()
H A DStmtProfile.cpp1427 ID.AddString(S->getBytes()); in VisitStringLiteral()
H A DExprConstant.cpp2196 AsString.Bytes = Lit->getBytes(); in GetLValueBaseAsString()
17989 StringRef Str = S->getBytes(); in EvaluateBuiltinStrLen()
H A DASTImporter.cpp7939 return StringLiteral::Create(Importer.getToContext(), E->getBytes(), in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp931 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys()
942 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp778 StringRef StrData = E->getBytes(); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1873 StringRef getBytes() const { in getBytes() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5207 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()