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

References

lib/Target/Sparc/SparcAsmPrinter.cpp
  295   SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags();
  299   if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
  299   if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
  299   if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
  349   switch (MO.getType()) {
  351     O << "%" << StringRef(getRegisterName(MO.getReg())).lower();
  355     O << (int)MO.getImm();
  358     MO.getMBB()->getSymbol()->print(O, MAI);
  361     PrintSymbolOperand(MO, O);
  364     O <<  GetBlockAddressSymbol(MO.getBlockAddress())->getName();
  367     O << MO.getSymbolName();
  371       << MO.getIndex();
  374     MO.getMetadata()->printAsOperand(O, MMI->getModule());