Searched refs:GlobalDirective (Results 1 – 5 of 5) sorted by relevance
241 const char *GlobalDirective; // Defaults to NULL. variable509 return GlobalDirective; in getGlobalDirective()
63 GlobalDirective = "\t// .globl\t"; in NVPTXMCAsmInfo()
58 GlobalDirective = ".global"; in AMDGPUMCAsmInfo()
71 GlobalDirective = "\t.globl\t"; in MCAsmInfo()
967 if (const char *GlobalDirective = TAI.getGlobalDirective())968 OS << GlobalDirective << Symbol << "\n";