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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 21 GlobalPrefix = "_";
MCAsmInfoDarwin.cpp 26 GlobalPrefix = "_";
MCAsmInfo.cpp 43 GlobalPrefix = "";
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 48 GlobalPrefix = "";
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 29 GlobalPrefix = "@";
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 135 GlobalPrefix = "";
148 GlobalPrefix = "";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 113 /// GlobalPrefix - If this is set to a non-empty string, it is prepended
115 const char *GlobalPrefix; // Defaults to ""
449 return GlobalPrefix;
  /external/llvm/lib/IR/
AsmWriter.cpp 100 GlobalPrefix,
113 case GlobalPrefix: OS << '@'; break;
153 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
    [all...]

Completed in 827 milliseconds