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 87 bool HasMachoTBSSDirective;
420 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 462 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
    [all...]

Completed in 67 milliseconds