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

Declarations

lib/IR/AsmWriter.cpp
  745   int getGUIDSlot(GlobalValue::GUID GUID);

References

lib/IR/AsmWriter.cpp
 2713     printSummaryInfo(Machine.getGUIDSlot(GUID), VI);
 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());
 3109       Out << "^" << Machine.getGUIDSlot(Ref.getGUID());