Searched refs:getBytes (Results 1 – 11 of 11) sorted by relevance
483 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()
346 return std::string(SL->getBytes()); in lookup()
114 ArrayRef<char> getBytes(const Entry &E) const { in getBytes() function
1897 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()1960 Asm->EmitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()1962 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
521 out.write(PROGRAM.getBytes(), 0, PROGRAM.length()); in getProgram$File()
1054 ID.AddString(S->getBytes()); in VisitStringLiteral()
6265 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()
8378 StringRef Str = S->getBytes(); in VisitBuiltinCallExpr()
534 StringRef StrData = E->getBytes(); in VisitStringLiteral()
1657 StringRef getBytes() const { in getBytes() function
2951 StringRef WideBytes = Str->getBytes(); in EmitBuiltinExpr()