Searched refs:Strs (Results 1 – 3 of 3) sorted by relevance
235 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument236 auto Indices = Strs.getIndices(); in visitKnownRecord()
877 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local878 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()882 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()883 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()
1121 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() local1126 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction()1127 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()