Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h426 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h458 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h474 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp356 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp483 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp565 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()