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

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

Completed in 1724 milliseconds