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 122 GlobalPrefix = "";
135 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 ""
430 return GlobalPrefix;
  /external/llvm/lib/VMCore/
AsmWriter.cpp 82 GlobalPrefix,
95 case GlobalPrefix: OS << '@'; break;
134 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
    [all...]

Completed in 178 milliseconds