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

  /external/llvm/include/llvm/MC/
SectionKind.h 178 bool isBSSExtern() const { return K == BSSExtern; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 575 if (Kind.isBSSExtern())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 341 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
    [all...]

Completed in 582 milliseconds