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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 183 const MCSection *getBSSSection() const { return BSSSection; }
  /external/llvm/lib/CodeGen/
ELFWriter.h 190 ELFSection &getBSSSection();
ELFWriter.cpp 195 ELFSection &ELFWriter::getBSSSection() {
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection();
692 getBSSSection();
    [all...]

Completed in 74 milliseconds