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:OutputRelocSection
33 OutputRelocSection::~OutputRelocSection()
37 Relocation* OutputRelocSection::create()
44 void OutputRelocSection::reserveEntry(size_t pNum)
50 Relocation* OutputRelocSection
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h1 //===- OutputRelocSection.h -----------------------------------------------===//
22 /** \class OutputRelocSection
25 class OutputRelocSection class in namespace:mcld
28 OutputRelocSection(Module& pModule, LDSection& pSection);
30 ~OutputRelocSection();

Completed in 86 milliseconds