Searched defs:OutputRelocSection (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp1 //===- OutputRelocSection.cpp ---------------------------------------------===//
9 #include "mcld/Target/OutputRelocSection.h"
22 // OutputRelocSection
24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) function in class:mcld::OutputRelocSection
34 OutputRelocSection::~OutputRelocSection() {
37 Relocation* OutputRelocSection::create() {
43 void OutputRelocSection::reserveEntry(size_t pNum) {
48 Relocation* OutputRelocSection
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h1 //===- OutputRelocSection.h -----------------------------------------------===//
21 /** \class OutputRelocSection
24 class OutputRelocSection { class in namespace:mcld
26 OutputRelocSection(Module& pModule, LDSection& pSection);
28 ~OutputRelocSection();

Completed in 85 milliseconds