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)
34 OutputRelocSection::~OutputRelocSection() {
37 Relocation* OutputRelocSection::create() {
43 void OutputRelocSection::reserveEntry(size_t pNum) {
48 Relocation* OutputRelocSection::consumeEntry()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 1 //===- OutputRelocSection.h -----------------------------------------------===//
21 /** \class OutputRelocSection
24 class OutputRelocSection {
26 OutputRelocSection(Module& pModule, LDSection& pSection);
28 ~OutputRelocSection();

Completed in 739 milliseconds