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

  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 28 GlobalPrefix = "";
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 21 GlobalPrefix = "_";
MCAsmInfoDarwin.cpp 26 GlobalPrefix = "_";
MCAsmInfo.cpp 40 GlobalPrefix = "";
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 46 GlobalPrefix = "";
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 136 GlobalPrefix = "";
150 GlobalPrefix = "";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 105 /// GlobalPrefix - If this is set to a non-empty string, it is prepended
107 const char *GlobalPrefix; // Defaults to ""
457 return GlobalPrefix;
  /external/llvm/lib/VMCore/
AsmWriter.cpp 80 GlobalPrefix,
93 case GlobalPrefix: OS << '@'; break;
128 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
    [all...]

Completed in 169 milliseconds