Searched refs:Strs (Results 1 – 3 of 3) sorted by relevance
501 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local502 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()506 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()507 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()
236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument237 auto Indices = Strs.getIndices(); in visitKnownRecord()
988 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() local999 OS.EmitIntValue(Strs->getNumOperands(), 2); in emitDebugInfoForFunction()1000 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()