Searched defs:BSSSection (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h64 /// BSSSection - Section that is default initialized to zero.
65 const MCSection *BSSSection; member in class:llvm::MCObjectFileInfo
219 const MCSection *getBSSSection() const { return BSSSection; }

Completed in 208 milliseconds