Searched refs:Strs (Results 1 – 3 of 3) sorted by relevance
1305 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local1306 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()1310 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()1311 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()1336 std::pair<StringRef, StringRef> Strs = S.split(','); in getIntegerVecAttribute() local1338 if (Strs.first.trim().getAsInteger(0, IntVal)) { in getIntegerVecAttribute()1339 Ctx.emitError("can't parse integer attribute " + Strs.first + " in " + in getIntegerVecAttribute()1344 S = Strs.second; in getIntegerVecAttribute()
236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument237 auto Indices = Strs.getIndices(); in visitKnownRecord()
1216 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() 1221 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction() 1222 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction() 1211 MDTuple *Strs = cast<MDTuple>(Annot.second); emitDebugInfoForFunction() local