Home
last modified time | relevance | path

Searched refs:getBSSSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h168 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm/lib/CodeGen/
DELFWriter.h190 ELFSection &getBSSSection();
DELFWriter.cpp197 ELFSection &ELFWriter::getBSSSection() { in getBSSSection() function in ELFWriter
198 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection(); in getBSSSection()
694 getBSSSection(); in doFinalization()