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

  /external/llvm/lib/VMCore/
AsmWriter.cpp 80 GlobalPrefix,
93 case GlobalPrefix: OS << '@'; break;
128 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
    [all...]
  /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;

Completed in 753 milliseconds