Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h108 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 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()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DDataExtractor.cpp176 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 DObjectFileTransformer.cpp59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize)); in getUUID()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp484 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()
H A DExprInspectionChecker.cpp480 return std::string(SL->getBytes()); in lookup()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h115 ArrayRef<char> getBytes(const Entry &E) const { in getBytes() function
H A DDwarfDebug.cpp2559 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 DDWARFDebugFrame.cpp359 StringRef Expression = Data.getBytes(C, ExprLength); in parse()
376 StringRef Expression = Data.getBytes(C, BlockLength); in parse()
H A DDWARFFormValue.cpp373 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin(); in extractValue()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2080 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 DXCOFFObjectFile.cpp1446 FunctionName = DE.getBytes(Cur, FunctionNameLen); in XCOFFTracebackTable()
1454 StringRef VectorExtRef = DE.getBytes(Cur, 6); in XCOFFTracebackTable()
/openbsd/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp398 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp289 return E1->getBytes() == E2->getBytes(); in IsStmtEquivalent()
H A DStmtProfile.cpp1339 ID.AddString(S->getBytes()); in VisitStringLiteral()
H A DASTImporter.cpp7205 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()
H A DExprConstant.cpp16259 StringRef Str = S->getBytes(); in EvaluateBuiltinStrLen()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp930 StringRef Bytes = StrLit->getString()->getBytes(); in CheckObjCDictionaryLiteralDuplicateKeys()
941 checkOneKey(StringKeys, Str->getBytes(), Loc); in CheckObjCDictionaryLiteralDuplicateKeys()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp692 StringRef StrData = E->getBytes(); in VisitStringLiteral()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1869 StringRef getBytes() const { in getBytes() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp4250 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()