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

References

lib/CodeGen/MachineOperand.cpp
  463   if (isa<GlobalValue>(V)) {
  464     V.printAsOperand(OS, /*PrintType=*/false, MST);
  467   if (isa<Constant>(V)) {
  470     V.printAsOperand(OS, /*PrintType=*/true, MST);
  475   if (V.hasName()) {
  476     printLLVMNameWithoutPrefix(OS, V.getName());
  479   int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1;