Searched refs:Strs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | DataAccessProf.cpp | 140 std::vector<std::string> Strs; in serializeSymbolsAndFilenames() local 141 Strs.reserve(StrToIndexMap.size() + KnownColdSymbols.size()); in serializeSymbolsAndFilenames() 143 Strs.push_back(Str.first.str()); in serializeSymbolsAndFilenames() 145 Strs.push_back(Str.str()); in serializeSymbolsAndFilenames() 148 if (!Strs.empty()) in serializeSymbolsAndFilenames() 150 Strs, compression::zlib::isAvailable(), CompressedStrings)) in serializeSymbolsAndFilenames()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1533 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local 1534 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute() 1539 if (Strs.second.trim().getAsInteger(0, Second)) { in getIntegerPairAttribute() 1540 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute() 1577 std::pair<StringRef, StringRef> Strs = S.split(','); in getIntegerVecAttribute() local 1579 if (Strs.first.trim().getAsInteger(0, IntVal)) { in getIntegerVecAttribute() 1580 Ctx.emitError("can't parse integer attribute " + Strs.first + " in " + in getIntegerVecAttribute() 1585 S = Strs.second; in getIntegerVecAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument 237 auto Indices = Strs.getIndices(); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1223 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() local 1228 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction() 1229 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()
|