Searched defs:GlobalPrefix (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h113 /// GlobalPrefix - If this is set to a non-empty string, it is prepended
115 const char *GlobalPrefix; // Defaults to "" member in class:llvm::MCAsmInfo
449 return GlobalPrefix;
/external/llvm/lib/IR/
H A DAsmWriter.cpp100 GlobalPrefix, enumerator in enum:PrefixType
113 case GlobalPrefix: OS << '@'; break;
153 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);

Completed in 80 milliseconds