Home
last modified time | relevance | path

Searched defs:getBSSSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h168 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm/lib/CodeGen/
DELFWriter.cpp197 ELFSection &ELFWriter::getBSSSection() { in getBSSSection() function in ELFWriter