/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 108 std::string str(de.getBytes(cursor, 4)); in readGCOVVersion() 148 return de.getBytes(cursor, len * 4).split('\0').first; in getString() 174 str = de.getBytes(cursor, len).drop_back(); in readString() 176 str = de.getBytes(cursor, len * 4).split('\0').first; in readString()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 233 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()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 176 StringRef Bytes(getBytes(OffsetPtr, Length)); in getFixedLengthString() 180 StringRef DataExtractor::getBytes(uint64_t *OffsetPtr, uint64_t Length, in getBytes() function in DataExtractor
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize)); in getUUID()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 484 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()
|
H A D | ExprInspectionChecker.cpp | 480 return std::string(SL->getBytes()); in lookup()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 115 ArrayRef<char> getBytes(const Entry &E) const { in getBytes() function
|
H A D | DwarfDebug.cpp | 2559 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry() 2560 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry() 2721 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation() 2722 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation() 2723 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 359 StringRef Expression = Data.getBytes(C, ExprLength); in parse() 376 StringRef Expression = Data.getBytes(C, BlockLength); in parse()
|
H A D | DWARFFormValue.cpp | 373 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 2080 ReservedBytes = DE.getBytes(Cursor, 4); in decodeKernelDescriptorDirective() 2097 ReservedBytes = DE.getBytes(Cursor, 20); in decodeKernelDescriptorDirective() 2175 ReservedBytes = DE.getBytes(Cursor, 6); in decodeKernelDescriptorDirective()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 1446 FunctionName = DE.getBytes(Cur, FunctionNameLen); in XCOFFTracebackTable() 1454 StringRef VectorExtRef = DE.getBytes(Cur, 6); in XCOFFTracebackTable()
|
/openbsd/gnu/llvm/llvm/lib/DWP/ |
H A D | DWP.cpp | 398 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 289 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
|
H A D | StmtProfile.cpp | 1339 ID.AddString(S->getBytes()); in VisitStringLiteral()
|
H A D | ASTImporter.cpp | 7205 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()
|
H A D | ExprConstant.cpp | 16259 StringRef Str = S->getBytes(); in EvaluateBuiltinStrLen()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 930 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys() 941 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 692 StringRef StrData = E->getBytes(); in VisitStringLiteral()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 1869 StringRef getBytes() const { in getBytes() function
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 4250 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()
|