Searched refs:getBytes (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h108 std::string str(de.getBytes(cursor, 4));
148 return de.getBytes(cursor, len * 4).split('\0').first;
174 str = de.getBytes(cursor, len).drop_back();
176 str = de.getBytes(cursor, len * 4).split('\0').first;
/openbsd-current/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) { function in class:llvm::DataExtractor
240 return getBytes(&C.Offset, Length, &C.Err);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DDataExtractor.cpp176 StringRef Bytes(getBytes(OffsetPtr, Length));
180 StringRef DataExtractor::getBytes(uint64_t *OffsetPtr, uint64_t Length, function in class:DataExtractor
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp59 StringRef UUIDBytes(Decoder.getBytes(&Offset, PayloadSize));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h115 ArrayRef<char> getBytes(const Entry &E) const { function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp2559 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2560 DebugLocs.getBytes(Entry).size()),
2721 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
2722 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
2723 Asm->emitInt16(DebugLocs.getBytes(Entry).size());
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp484 return StringLit1->getBytes() == StringLit2->getBytes();
H A DExprInspectionChecker.cpp480 return std::string(SL->getBytes());
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp359 StringRef Expression = Data.getBytes(C, ExprLength);
376 StringRef Expression = Data.getBytes(C, BlockLength);
H A DDWARFFormValue.cpp373 Value.data = Data.getBytes(OffsetPtr, Value.uval, &Err).bytes_begin();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2080 ReservedBytes = DE.getBytes(Cursor, 4);
2097 ReservedBytes = DE.getBytes(Cursor, 20);
2175 ReservedBytes = DE.getBytes(Cursor, 6);
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1446 FunctionName = DE.getBytes(Cur, FunctionNameLen);
1454 StringRef VectorExtRef = DE.getBytes(Cur, 6);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp289 return E1->getBytes() == E2->getBytes();
H A DStmtProfile.cpp1339 ID.AddString(S->getBytes());
H A DExprConstant.cpp16259 StringRef Str = S->getBytes();
H A DASTImporter.cpp7205 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(),
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp930 StringRef Bytes = StrLit->getString()->getBytes();
941 checkOneKey(StringKeys, Str->getBytes(), Loc);
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp692 StringRef StrData = E->getBytes();
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1763 /// getBytes() and is NOT null-terminated. The length of the string data is
1869 StringRef getBytes() const {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp4250 StringRef WideBytes = Str->getBytes();

Completed in 313 milliseconds