Home | History | Annotate | Download | only in Target

Lines Matching refs:OutputRelocSection

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() {
70 size_t OutputRelocSection::numOfRelocs() {
74 bool OutputRelocSection::addSymbolToDynSym(LDSymbol& pSymbol) {