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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 113 /// GlobalPrefix - If this is set to a non-empty string, it is prepended
115 const char *GlobalPrefix; // Defaults to ""
449 return GlobalPrefix;
  /external/llvm/lib/IR/
AsmWriter.cpp 100 GlobalPrefix,
113 case GlobalPrefix: OS << '@'; break;
153 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
    [all...]

Completed in 180 milliseconds