Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfoDarwin.cpp41 HasMachoTBSSDirective = true; // Uses .tbss in MCAsmInfoDarwin()
DMCAsmInfo.cpp31 HasMachoTBSSDirective = false; in MCAsmInfo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h73 bool HasMachoTBSSDirective; // Default is false. variable
426 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h93 bool HasMachoTBSSDirective; variable
458 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } in hasMachoTBSSDirective()
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp78 HasMachoTBSSDirective = true; // Uses .tbss in MCAsmInfoDarwin()
DMCAsmInfo.cpp33 HasMachoTBSSDirective = false; in MCAsmInfo()