Home | History | Annotate | Download | only in Target

Lines Matching defs:OutputRelocSection

1 //===- OutputRelocSection.cpp ---------------------------------------------===//
9 #include <mcld/Target/OutputRelocSection.h>
22 // OutputRelocSection
24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection)
33 OutputRelocSection::~OutputRelocSection()
37 void OutputRelocSection::reserveEntry(size_t pNum)
43 Relocation* OutputRelocSection::consumeEntry()
67 size_t OutputRelocSection::numOfRelocs()
72 bool OutputRelocSection::addSymbolToDynSym(LDSymbol& pSymbol)