Home
last modified time | relevance | path

Searched refs:GlobalDirective (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h241 const char *GlobalDirective; // Defaults to NULL. variable
509 return GlobalDirective; in getGlobalDirective()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp63 GlobalDirective = "\t// .globl\t"; in NVPTXMCAsmInfo()
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp58 GlobalDirective = ".global"; in AMDGPUMCAsmInfo()
/external/llvm/lib/MC/
DMCAsmInfo.cpp71 GlobalDirective = "\t.globl\t"; in MCAsmInfo()
/external/llvm/docs/
DGarbageCollection.rst967 if (const char *GlobalDirective = TAI.getGlobalDirective())
968 OS << GlobalDirective << Symbol << "\n";