Home | History | Annotate | Download | only in Mips

Lines Matching refs:OutputRelocSection

33 #include "mcld/Target/OutputRelocSection.h"
105 m_pRelPlt = new OutputRelocSection(pModule, relplt);
109 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
528 OutputRelocSection& MipsGNULDBackend::getRelPLT() {
533 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const {
538 OutputRelocSection& MipsGNULDBackend::getRelDyn() {
543 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const {