Searched refs:isBSSLocal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h177 bool isBSSLocal() const { return K == BSSLocal; } function in class:llvm::SectionKind
/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp322 if (TargetLoweringObjectFile::getKindForGlobal(I, *TM).isBSSLocal())
H A DTargetLoweringObjectFileImpl.cpp649 if (Kind.isBSSLocal())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp378 if (GVKind.isCommon() || GVKind.isBSSLocal()) {

Completed in 1847 milliseconds