Home
last modified time | relevance | path

Searched refs:isBSSExtern (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h178 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp644 if (Kind.isBSSExtern()) in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp428 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()