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

  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 1 //===- OutputRelocSection.cpp ---------------------------------------------===//
9 #include <mcld/Target/OutputRelocSection.h>
22 // OutputRelocSection
24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection)
33 OutputRelocSection::~OutputRelocSection()
37 Relocation* OutputRelocSection::create()
44 void OutputRelocSection::reserveEntry(size_t pNum)
50 Relocation* OutputRelocSection::consumeEntry(
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 1 //===- OutputRelocSection.h -----------------------------------------------===//
22 /** \class OutputRelocSection
25 class OutputRelocSection
28 OutputRelocSection(Module& pModule, LDSection& pSection);
30 ~OutputRelocSection();

Completed in 41 milliseconds