Home
last modified time | relevance | path

Searched refs:Strs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp235 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument
236 auto Indices = Strs.getIndices(); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp877 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local
878 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1121 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() local
1126 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction()
1127 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()