HomeSort by relevance Sort by last modified time
    Searched refs:isBSSLocal (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
SectionKind.h 177 bool isBSSLocal() const { return K == BSSLocal; }
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 322 if (TargetLoweringObjectFile::getKindForGlobal(I, *TM).isBSSLocal())
TargetLoweringObjectFileImpl.cpp 649 if (Kind.isBSSLocal())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 378 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
    [all...]

Completed in 66 milliseconds