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

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 43 HasMachoTBSSDirective = true; // Uses .tbss
MCAsmInfo.cpp 31 HasMachoTBSSDirective = false;
  /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; }

Completed in 239 milliseconds