Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h425 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h457 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h473 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp306 if (MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()
336 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp432 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp514 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()