HomeSort by relevance Sort by last modified time
    Searched refs:GlobalDirective (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 63 GlobalDirective = "\t// .globl\t";
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 58 GlobalDirective = ".global";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 239 /// GlobalDirective - This is the directive used to declare a global entity.
241 const char *GlobalDirective; // Defaults to NULL.
509 return GlobalDirective;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 71 GlobalDirective = "\t.globl\t";

Completed in 42 milliseconds