reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 1372     Vals.push_back(addToStrtab(I.getName()));
 1373     Vals.push_back(I.getName().size());
 1374     Vals.push_back(VE.getTypeID(I.getValueType()));
 1375     Vals.push_back(I.getType()->getAddressSpace());
 1376     Vals.push_back(VE.getValueID(I.getResolver()));
 1377     Vals.push_back(getEncodedLinkage(I));
 1378     Vals.push_back(getEncodedVisibility(I));
 1379     Vals.push_back(I.isDSOLocal());
 1380     Vals.push_back(addToStrtab(I.getPartition()));
 1381     Vals.push_back(I.getPartition().size());