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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 67 /// HasMachoTBSSDirective - True if this is a MachO target that supports
69 bool HasMachoTBSSDirective; // Default is false.
431 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 364 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
    [all...]

Completed in 52 milliseconds