Home
last modified time | relevance | path

Searched refs:hasMachoTBSSDirective (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h420 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp462 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()