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

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 60 GlobalDirective = "\t// .globl\t";
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 58 GlobalDirective = ".global";
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 58 GlobalDirective = ".global";
  /external/mesa3d/src/gallium/drivers/radeon/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.
513 return GlobalDirective;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 72 GlobalDirective = "\t.globl\t";

Completed in 144 milliseconds