Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SectLinker

1 //===- SectLinker.cpp -----------------------------------------------------===//
10 // This file implements the SectLinker class.
15 #include <mcld/CodeGen/SectLinker.h>
36 char SectLinker::m_ID = 0;
41 // SectLinker
42 SectLinker::SectLinker(SectLinkerOption &pOption,
49 SectLinker::~SectLinker()
55 // SectLinker. It should not be destroyed here and by SectLinker. However, in
62 bool SectLinker::doInitialization(Module &pM)
96 bool SectLinker::doFinalization(Module &pM)
186 bool SectLinker::runOnMachineFunction(MachineFunction& pF)
192 void SectLinker::initializeInputTree(const PositionDependentOptions &pPosDepOptions) const