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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 237 const char *GlobalDirective;
502 const char *getGlobalDirective() const { return GlobalDirective; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 238 /// GlobalDirective - This is the directive used to declare a global entity.
240 const char *GlobalDirective; // Defaults to NULL.
509 return GlobalDirective;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 241 const char *GlobalDirective;
522 const char *getGlobalDirective() const { return GlobalDirective; }

Completed in 126 milliseconds