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/Transforms/Scalar/
GlobalMerge.cpp 278 .isBSSLocal())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 580 if (Kind.isBSSLocal())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 291 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
    [all...]

Completed in 383 milliseconds