Searched refs:GlobalPrefix (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp21 GlobalPrefix = "_";
H A DMCAsmInfoDarwin.cpp26 GlobalPrefix = "_";
H A DMCAsmInfo.cpp44 GlobalPrefix = "";
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp22 GlobalPrefix = "";
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp27 GlobalPrefix = "@";
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp73 GlobalPrefix = "";
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp142 GlobalPrefix = "";
157 GlobalPrefix = "";
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h118 /// GlobalPrefix - If this is set to a non-empty string, it is prepended
120 const char *GlobalPrefix; // Defaults to "" member in class:llvm::MCAsmInfo
439 return GlobalPrefix;
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp107 GlobalPrefix, enumerator in enum:PrefixType
120 case GlobalPrefix: OS << '@'; break;
160 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);

Completed in 402 milliseconds