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

References

lib/IR/AsmWriter.cpp
 2478   WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
 2535   WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
 2566       WriteAsOperandInternal(Out, Input, &TypePrinter, &Machine, TheModule);
 2576   Machine.initializeIfNeeded();
 2652   if (!Machine.as_empty()) {
 2664   if (!Machine.mdn_empty()) {
 2672   Machine.initializeIndexIfNeeded();
 2682     moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair(
 2713     printSummaryInfo(Machine.getGUIDSlot(GUID), VI);
 2719     Out << "^" << Machine.getTypeIdSlot(TidIter->second.first)
 2728     Out << "^" << Machine.getGUIDSlot(GUID)
 2822     Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID());
 2890     Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]);
 2905       Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID())
 2969       Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID());
 3001         auto Slot = Machine.getTypeIdSlot(It->second.first);
 3043     auto Slot = Machine.getTypeIdSlot(It->second.first);
 3083   Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath())
 3109       Out << "^" << Machine.getGUIDSlot(Ref.getGUID());
 3175     int Slot = Machine.getMetadataSlot(Op);
 3266   WriteAsOperandInternal(Out, GV, &TypePrinter, &Machine, GV->getParent());
 3313     Out << " #" << Machine.getAttributeGroupSlot(Attrs);
 3322   WriteAsOperandInternal(Out, GIS, &TypePrinter, &Machine, GIS->getParent());
 3423   Machine.incorporateFunction(F);
 3450   WriteAsOperandInternal(Out, F, &TypePrinter, &Machine, F->getParent());
 3494     Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes());
 3541   Machine.purgeFunction();
 3559     int Slot = Machine.getLocalSlot(Arg);
 3574     int Slot = Machine.getLocalSlot(BB);
 3670     int SlotNum = Machine.getLocalSlot(&I);
 3881       Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
 3919       Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
 3959       Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
 4104     WriteAsOperandInternal(Out, I.second, &TypePrinter, &Machine, TheModule);
 4116   Nodes.resize(Machine.mdn_size());
 4117   for (SlotTracker::mdn_iterator I = Machine.mdn_begin(), E = Machine.mdn_end();
 4117   for (SlotTracker::mdn_iterator I = Machine.mdn_begin(), E = Machine.mdn_end();
 4127   WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule);
 4132   asVec.resize(Machine.as_size());
 4134   for (SlotTracker::as_iterator I = Machine.as_begin(), E = Machine.as_end();
 4134   for (SlotTracker::as_iterator I = Machine.as_begin(), E = Machine.as_end();
 4144   bool IsInFunction = Machine.getFunction();