HomeSort by relevance Sort by last modified time
    Searched defs:getDataSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 189 ELFSection &ELFWriter::getDataSection() {
190 const MCSectionELF *Data = (const MCSectionELF *)TLOF.getDataSection();
689 getDataSection();
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 182 const MCSection *getDataSection() const { return DataSection; }

Completed in 100 milliseconds