Searched refs:PAWI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DAttributes.cpp351 const AttributeWithIndex &PAWI = getSlot(i); local
352 dbgs() << "{" << PAWI.Index << "," << PAWI.Attrs << "} ";
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp178 const AttributeWithIndex &PAWI = A.getSlot(i); local
179 Record.push_back(PAWI.Index);
180 Record.push_back(Attribute::encodeLLVMAttributesForBitcode(PAWI.Attrs));

Completed in 57 milliseconds