| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterSection.cpp | 67 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 D | FormatterBytecode.cpp | 284 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 D | GCOV.h | 110 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 D | DataExtractor.h | 236 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 D | DWARFCFIProgram.h | 192 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 D | DataExtractor.cpp | 177 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 D | ObjectFileTransformer.cpp | 58 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize)); in getUUID()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 114 ArrayRef<char> getBytes(const Entry &E) const { 115 ArrayRef<char> getBytes(const Entry &E) const { getBytes() function
|
| H A D | DwarfDebug.cpp | 3043 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 D | TestBean.java | 521 out.write(PROGRAM.getBytes(), 0, PROGRAM.length()); in getProgram$File()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ExprInspectionChecker.cpp | 475 return std::string(SL->getBytes()); in lookup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 1502 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 D | DWARFFormValue.cpp | 348 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 2459 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 D | DWP.cpp | 468 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 314 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
|
| H A D | ODRHash.cpp | 730 ID.AddString(DeletedMessage->getBytes()); in AddFunctionDecl()
|
| H A D | StmtProfile.cpp | 1427 ID.AddString(S->getBytes()); in VisitStringLiteral()
|
| H A D | ExprConstant.cpp | 2196 AsString.Bytes = Lit->getBytes(); in GetLValueBaseAsString() 17989 StringRef Str = S->getBytes(); in EvaluateBuiltinStrLen()
|
| H A D | ASTImporter.cpp | 7939 return StringLiteral::Create(Importer.getToContext(), E->getBytes(), in VisitStringLiteral()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 931 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys() 942 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 778 StringRef StrData = E->getBytes(); in VisitStringLiteral()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1873 StringRef getBytes() const { in getBytes() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5207 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()
|